#0EA29D

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

Shades of Persian Green #0EA29D

Tints of Persian Green #0EA29D

Color information

#0EA29D (or 0x0EA29D) is unknown color: approx Persian Green. HEX triplet: 0E, A2 and 9D. RGB value is (14,162,157). Sum of RGB (Red+Green+Blue) = 14+162+157=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA29D is #F15D62. Grayscale: #757575. Windows color (decimal): -15818083 or 10330638. OLE color: 10330638.

HSL color Cylindrical-coordinate representation of color #0EA29D: hue angle of 177.97º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA29D is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB14162157-
CMYK0.9100.030.36
HSL177.97º84.09%34.51%-
HSV(B)177.97º91.36%63.53%-
XYZ19.1928.3736.36-
YUV117.18150.4754.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.20%
GREEN value IS 162 (63.67% from 255) = 48.65%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=4.20%
G=48.65%
B=47.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141621570.9100.030.36177.9784.0934.51
HexEA29D5B0324b25423
Octal16242235133034426212443
Binary111010100010100111011011011011100100101100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,162,157); }

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

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

 a { background-color: rgb(14,162,157); }

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

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

 span { border-color: rgb(14,162,157); }

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