#0E9C9F

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

Shades of Persian Green #0E9C9F

Tints of Persian Green #0E9C9F

Color information

#0E9C9F (or 0x0E9C9F) is unknown color: approx Persian Green. HEX triplet: 0E, 9C and 9F. RGB value is (14,156,159). Sum of RGB (Red+Green+Blue) = 14+156+159=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E9C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9C9F is #F16360. Grayscale: #717171. Windows color (decimal): -15819617 or 10460174. OLE color: 10460174.

HSL color Cylindrical-coordinate representation of color #0E9C9F: hue angle of 181.24º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9C9F is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14156159-
CMYK0.910.0200.38
HSL181.24º83.82%33.92%-
HSV(B)181.24º91.19%62.35%-
XYZ18.3326.3736.93-
YUV113.88153.4656.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.26%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=4.26%
G=47.42%
B=48.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141561590.910.0200.38181.2483.8233.92
HexE9C9F5B2026b55422
Octal16234237133204626512442
Binary111010011100100111111011011100100110101101011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,156,159); }

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

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

 a { background-color: rgb(14,156,159); }

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

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

 span { border-color: rgb(14,156,159); }

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