#0C9E8B

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

Shades of Persian Green #0C9E8B

Tints of Persian Green #0C9E8B

Color information

#0C9E8B (or 0x0C9E8B) is unknown color: approx Persian Green. HEX triplet: 0C, 9E and 8B. RGB value is (12,158,139). Sum of RGB (Red+Green+Blue) = 12+158+139=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9E8B is #F36174. Grayscale: #707070. Windows color (decimal): -15950197 or 9149964. OLE color: 9149964.

HSL color Cylindrical-coordinate representation of color #0C9E8B: hue angle of 172.19º 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 #0C9E8B is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB12158139-
CMYK0.9200.120.38
HSL172.19º85.88%33.33%-
HSV(B)172.19º92.41%61.96%-
XYZ17.0426.428.62-
YUV112.18143.1356.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.88%
GREEN value IS 158 (62.11% from 255) = 51.13%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=3.88%
G=51.13%
B=44.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121581390.9200.120.38172.1985.8833.33
HexC9E8B5C0C26ac5621
Octal142362131340144625412641
Binary11001001111010001011101110001100100110101011001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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