#129776

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

Shades of Free Speech Aquamarine #129776

Tints of Free Speech Aquamarine #129776

Color information

#129776 (or 0x129776) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 97 and 76. RGB value is (18,151,118). Sum of RGB (Red+Green+Blue) = 18+151+118=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #129776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129776 is #ED6889. Grayscale: #6B6B6B. Windows color (decimal): -15558794 or 7771922. OLE color: 7771922.

HSL color Cylindrical-coordinate representation of color #129776: hue angle of 165.11º 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 #129776 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB18151118-
CMYK0.8800.220.41
HSL165.11º78.7%33.14%-
HSV(B)165.11º88.08%59.22%-
XYZ14.5923.5720.92-
YUV107.47133.9464.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 151 (59.38% from 255) = 52.61%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=6.27%
G=52.61%
B=41.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181511180.8800.220.41165.1178.733.14
Hex1297765801629a54f21
Octal222271661300265124511741
Binary100101001011111101101011000010110101001101001011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129776; }

 p { color: rgb(18,151,118); }

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

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

 a { background-color: rgb(18,151,118); }

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

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

 span { border-color: rgb(18,151,118); }

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