#0E9B97

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

Shades of Persian Green #0E9B97

Tints of Persian Green #0E9B97

Color information

#0E9B97 (or 0x0E9B97) is unknown color: approx Persian Green. HEX triplet: 0E, 9B and 97. RGB value is (14,155,151). Sum of RGB (Red+Green+Blue) = 14+155+151=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9B97 is #F16468. Grayscale: #707070. Windows color (decimal): -15819881 or 9935630. OLE color: 9935630.

HSL color Cylindrical-coordinate representation of color #0E9B97: hue angle of 178.3º degrees, saturation: 0.83, 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 #0E9B97 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB14155151-
CMYK0.9100.030.39
HSL178.3º83.43%33.14%-
HSV(B)178.3º90.97%60.78%-
XYZ17.4925.7733.33-
YUV112.38149.7957.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.38%
GREEN value IS 155 (60.94% from 255) = 48.44%
BLUE value IS 151 (59.38% from 255) = 47.19%
R=4.38%
G=48.44%
B=47.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141551510.9100.030.39178.383.4333.14
HexE9B975B0327b25321
Octal16233227133034726212341
Binary111010011011100101111011011011100111101100101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,155,151); }

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

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

 a { background-color: rgb(14,155,151); }

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

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

 span { border-color: rgb(14,155,151); }

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