#129677

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

Shades of Free Speech Aquamarine #129677

Tints of Free Speech Aquamarine #129677

Color information

#129677 (or 0x129677) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 96 and 77. RGB value is (18,150,119). Sum of RGB (Red+Green+Blue) = 18+150+119=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #129677 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129677 is #ED6988. Grayscale: #6A6A6A. Windows color (decimal): -15559049 or 7837202. OLE color: 7837202.

HSL color Cylindrical-coordinate representation of color #129677: hue angle of 165.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129677 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB18150119-
CMYK0.8800.210.41
HSL165.91º78.57%32.94%-
HSV(B)165.91º88%58.82%-
XYZ14.4923.2721.18-
YUV107134.7764.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=6.27%
G=52.26%
B=41.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181501190.8800.210.41165.9178.5732.94
Hex1296775801529a64f21
Octal222261671300255124611741
Binary100101001011011101111011000010101101001101001101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129677; }

 p { color: rgb(18,150,119); }

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

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

 a { background-color: rgb(18,150,119); }

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

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

 span { border-color: rgb(18,150,119); }

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