#0C9D76

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

Shades of Free Speech Aquamarine #0C9D76

Tints of Free Speech Aquamarine #0C9D76

Color information

#0C9D76 (or 0x0C9D76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 9D and 76. RGB value is (12,157,118). Sum of RGB (Red+Green+Blue) = 12+157+118=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9D76 is #F36289. Grayscale: #6D6D6D. Windows color (decimal): -15950474 or 7773452. OLE color: 7773452.

HSL color Cylindrical-coordinate representation of color #0C9D76: hue angle of 163.86º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9D76 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB12157118-
CMYK0.9200.250.38
HSL163.86º85.8%33.14%-
HSV(B)163.86º92.36%61.57%-
XYZ15.4825.521.25-
YUV109.2132.9658.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.18%
GREEN value IS 157 (61.72% from 255) = 54.70%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=4.18%
G=54.70%
B=41.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121571180.9200.250.38163.8685.833.14
HexC9D765C01926a45621
Octal142351661340314624412641
Binary11001001110111101101011100011001100110101001001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C9D76; }

 p { color: rgb(12,157,118); }

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

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

 a { background-color: rgb(12,157,118); }

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

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

 span { border-color: rgb(12,157,118); }

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