#0C9576

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

Shades of Free Speech Aquamarine #0C9576

Tints of Free Speech Aquamarine #0C9576

Color information

#0C9576 (or 0x0C9576) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 95 and 76. RGB value is (12,149,118). Sum of RGB (Red+Green+Blue) = 12+149+118=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9576 is #F36A89. Grayscale: #686868. Windows color (decimal): -15952522 or 7771404. OLE color: 7771404.

HSL color Cylindrical-coordinate representation of color #0C9576: hue angle of 166.42º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9576 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB12149118-
CMYK0.9200.210.42
HSL166.42º85.09%31.57%-
HSV(B)166.42º91.95%58.43%-
XYZ14.1722.8820.81-
YUV104.5135.6162.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.30%
GREEN value IS 149 (58.59% from 255) = 53.41%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=4.30%
G=53.41%
B=42.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121491180.9200.210.42166.4285.0931.57
HexC95765C0152Aa65520
Octal142251661340255224612540
Binary11001001010111101101011100010101101010101001101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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