#0E9B88

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

Shades of Persian Green #0E9B88

Tints of Persian Green #0E9B88

Color information

#0E9B88 (or 0x0E9B88) is unknown color: approx Persian Green. HEX triplet: 0E, 9B and 88. RGB value is (14,155,136). Sum of RGB (Red+Green+Blue) = 14+155+136=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9B88 is #F16477. Grayscale: #6E6E6E. Windows color (decimal): -15819896 or 8952590. OLE color: 8952590.

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

Color convert

RGB14155136-
CMYK0.9100.120.39
HSL171.91º83.43%33.14%-
HSV(B)171.91º90.97%60.78%-
XYZ16.3525.3127.32-
YUV110.68142.2959.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.59%
GREEN value IS 155 (60.94% from 255) = 50.82%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=4.59%
G=50.82%
B=44.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141551360.9100.120.39171.9183.4333.14
HexE9B885B0C27ac5321
Octal162332101330144725412341
Binary11101001101110001000101101101100100111101011001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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