#0E9C8B

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

Shades of Persian Green #0E9C8B

Tints of Persian Green #0E9C8B

Color information

#0E9C8B (or 0x0E9C8B) is unknown color: approx Persian Green. HEX triplet: 0E, 9C and 8B. RGB value is (14,156,139). Sum of RGB (Red+Green+Blue) = 14+156+139=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9C8B is #F16374. Grayscale: #6F6F6F. Windows color (decimal): -15819637 or 9149454. OLE color: 9149454.

HSL color Cylindrical-coordinate representation of color #0E9C8B: hue angle of 172.82º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9C8B is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB14156139-
CMYK0.9100.110.39
HSL172.82º83.53%33.33%-
HSV(B)172.82º91.03%61.18%-
XYZ16.7325.7328.51-
YUV111.6143.4658.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.53%
GREEN value IS 156 (61.33% from 255) = 50.49%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=4.53%
G=50.49%
B=44.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141561390.9100.110.39172.8283.5333.33
HexE9C8B5B0B27ad5421
Octal162342131330134725512441
Binary11101001110010001011101101101011100111101011011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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