Html Css Color HEX #0EA187 Persian Green

📋 copy color: '#0EA187'

red 14 ◦ green 161 ◦ blue 135

#0EA187
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #0EA187

Tints of Persian Green #0EA187

RGB

 RED value IS 14 (5.86% from 255) = 4.52%

 GREEN value IS 161 (63.28% from 255) = 51.94%

 BLUE value IS 135 (53.13% from 255) = 43.55%

R = 4.52%
G = 51.94%
B = 43.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#0EA187 (or 0x0EA187) is known color: Persian Green. HEX triplet: 0E, A1 and 87. RGB value is (14,161,135). Sum of RGB (Red+Green+Blue) = 14+161+135=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA187 is #F15E78. Grayscale: #727272. Windows color (decimal): -15818361 or 8888590. OLE color: 8888590.

HSL color Cylindrical-coordinate representation of color #0EA187: hue angle of 169.39º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA187 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 161 135 -
CMYK 0.91 0 0.16 0.37
HSL 169.39º 0.84% 0.34% -
HSV(B) 169.39º 0.91% 0.63% -
XYZ 17.3 27.33 27.29 -
YUV 114.08 139.8 56.61 -
System Red Green Blue C M Y K H S L
Decimal 14 161 135 0.91 0 0.16 0.37 169.39 0.84 0.34
Hex E A1 87 5B 0 10 25 A9 54 22
Octal 16 241 207 133 0 20 45 251 124 42
Binary 1110 10100001 10000111 1011011 0 10000 100101 10101001 1010100 100010

Color Harmonies of #0EA187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA187

Black with #0EA187

Text Example


Text Example

White with #0EA187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,161,135); }

 H1.HeaderClassName
 {
   color: #0EA187;
 }
 .AnyTagClassName
 {
   color: #0EA187;
 }
</style>

background-color css

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

 a { background-color: rgb(14,161,135); }

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

border-color css

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

 span { border-color: rgb(14,161,135); }

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