#129971

Color #129971 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #129971

Tints of Free Speech Aquamarine #129971

Color information

#129971 (or 0x129971) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 99 and 71. RGB value is (18,153,113). Sum of RGB (Red+Green+Blue) = 18+153+113=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #129971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129971 is #ED668E. Grayscale: #6C6C6C. Windows color (decimal): -15558287 or 7444754. OLE color: 7444754.

HSL color Cylindrical-coordinate representation of color #129971: hue angle of 162.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129971 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB18153113-
CMYK0.8800.260.4
HSL162.22º78.95%33.53%-
HSV(B)162.22º88.24%60%-
XYZ14.6224.119.5-
YUV108.08130.7763.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 6.34%
GREEN value IS 153 (60.16% from 255) = 53.87%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=6.34%
G=53.87%
B=39.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181531130.8800.260.4162.2278.9533.53
Hex1299715801A28a24f22
Octal222311611300325024211742
Binary100101001100111100011011000011010101000101000101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129971; }

 p { color: rgb(18,153,113); }

 H1.HeaderClassName
 {
   color: #129971;
 }
 .AnyTagClassName
 {
   color: #129971;
 }
</style>
background-color css

<style>
 a { background-color: #129971; }

 a { background-color: rgb(18,153,113); }

 div.DivClassName
 {
   background-color: #129971;
 }
 .BgClassName
 {
   background-color: #129971;
 }
</style>
border-color css

<style>
 span { border-color: #129971; }

 span { border-color: rgb(18,153,113); }

 td.TdClassName
 {
   border-color: #129971;
 }
 .TagClassName
 {
   border-color: #129971;
 }
</style>