Html Css Color HEX #0EA190 Persian Green

📋 copy color: '#0EA190'

red 14 ◦ green 161 ◦ blue 144

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

Shades of Persian Green #0EA190

Tints of Persian Green #0EA190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.14%

R = 4.39%
G = 50.47%
B = 45.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#0EA190 (or 0x0EA190) is known color: Persian Green. HEX triplet: 0E, A1 and 90. RGB value is (14,161,144). Sum of RGB (Red+Green+Blue) = 14+161+144=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA190 is #F15E6F. Grayscale: #737373. Windows color (decimal): -15818352 or 9478414. OLE color: 9478414.

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

Color convert

RGB 14 161 144 -
CMYK 0.91 0 0.11 0.37
HSL 173.06º 0.84% 0.34% -
HSV(B) 173.06º 0.91% 0.63% -
XYZ 17.96 27.6 30.77 -
YUV 115.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 14 161 144 0.91 0 0.11 0.37 173.06 0.84 0.34
Hex E A1 90 5B 0 B 25 AD 54 22
Octal 16 241 220 133 0 13 45 255 124 42
Binary 1110 10100001 10010000 1011011 0 1011 100101 10101101 1010100 100010

Color Harmonies of #0EA190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA190

Black with #0EA190

Text Example


Text Example

White with #0EA190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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