#0EA28B

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

Shades of Persian Green #0EA28B

Tints of Persian Green #0EA28B

Color information

#0EA28B (or 0x0EA28B) is unknown color: approx Persian Green. HEX triplet: 0E, A2 and 8B. RGB value is (14,162,139). Sum of RGB (Red+Green+Blue) = 14+162+139=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA28B is #F15D74. Grayscale: #737373. Windows color (decimal): -15818101 or 9150990. OLE color: 9150990.

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

Color convert

RGB14162139-
CMYK0.9100.140.36
HSL170.68º84.09%34.51%-
HSV(B)170.68º91.36%63.53%-
XYZ17.7627.828.86-
YUV115.13141.4755.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.44%
GREEN value IS 162 (63.67% from 255) = 51.43%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=4.44%
G=51.43%
B=44.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141621390.9100.140.36170.6884.0934.51
HexEA28B5B0E24ab5423
Octal162422131330164425312443
Binary11101010001010001011101101101110100100101010111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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