#0C9EA3

Color #0C9EA3 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0C9EA3

Tints of Persian Green #0C9EA3

Color information

#0C9EA3 (or 0x0C9EA3) is unknown color: approx Persian Green. HEX triplet: 0C, 9E and A3. RGB value is (12,158,163). Sum of RGB (Red+Green+Blue) = 12+158+163=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 163 (64.06% from 255 or 48.95% from 333); Max value from RGB is 163 - color contains mainly: blue. Hex color #0C9EA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9EA3 is #F3615C. Grayscale: #727272. Windows color (decimal): -15950173 or 10722828. OLE color: 10722828.

HSL color Cylindrical-coordinate representation of color #0C9EA3: hue angle of 181.99º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C9EA3 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12158163-
CMYK0.930.0300.36
HSL181.99º86.29%34.31%-
HSV(B)181.99º92.64%63.92%-
XYZ18.9927.1838.9-
YUV114.92155.1354.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.60%
GREEN value IS 158 (62.11% from 255) = 47.45%
BLUE value IS 163 (64.06% from 255) = 48.95%
R=3.60%
G=47.45%
B=48.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121581630.930.0300.36181.9986.2934.31
HexC9EA35D3024b65622
Octal14236243135304426612642
Binary110010011110101000111011101110100100101101101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,158,163); }

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

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

 a { background-color: rgb(12,158,163); }

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

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

 span { border-color: rgb(12,158,163); }

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