Html Css Color HEX #0EA389 Persian Green

📋 copy color: '#0EA389'

red 14 ◦ green 163 ◦ blue 137

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

Shades of Persian Green #0EA389

Tints of Persian Green #0EA389

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.91%

 BLUE value IS 137 (53.91% from 255) = 43.63%

R = 4.46%
G = 51.91%
B = 43.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#0EA389 (or 0x0EA389) is known color: Persian Green. HEX triplet: 0E, A3 and 89. RGB value is (14,163,137). Sum of RGB (Red+Green+Blue) = 14+163+137=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 163 (64.06% from 255 or 51.91% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA389 is #F15C76. Grayscale: #737373. Windows color (decimal): -15817847 or 9020174. OLE color: 9020174.

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

Color convert

RGB 14 163 137 -
CMYK 0.91 0 0.16 0.36
HSL 169.53º 0.84% 0.35% -
HSV(B) 169.53º 0.91% 0.64% -
XYZ 17.79 28.09 28.15 -
YUV 115.49 140.14 55.61 -
System Red Green Blue C M Y K H S L
Decimal 14 163 137 0.91 0 0.16 0.36 169.53 0.84 0.35
Hex E A3 89 5B 0 10 24 AA 54 23
Octal 16 243 211 133 0 20 44 252 124 43
Binary 1110 10100011 10001001 1011011 0 10000 100100 10101010 1010100 100011

Color Harmonies of #0EA389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA389

Black with #0EA389

Text Example


Text Example

White with #0EA389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,163,137); }

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

background-color css

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

 a { background-color: rgb(14,163,137); }

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

border-color css

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

 span { border-color: rgb(14,163,137); }

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