Html Css Color HEX #0EA197 Persian Green

📋 copy color: '#0EA197'

red 14 ◦ green 161 ◦ blue 151

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

Shades of Persian Green #0EA197

Tints of Persian Green #0EA197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 4.29%
G = 49.39%
B = 46.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#0EA197 (or 0x0EA197) is known color: Persian Green. HEX triplet: 0E, A1 and 97. RGB value is (14,161,151). Sum of RGB (Red+Green+Blue) = 14+161+151=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA197 is #F15E68. Grayscale: #737373. Windows color (decimal): -15818345 or 9937166. OLE color: 9937166.

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

Color convert

RGB 14 161 151 -
CMYK 0.91 0 0.06 0.37
HSL 175.92º 0.84% 0.34% -
HSV(B) 175.92º 0.91% 0.63% -
XYZ 18.51 27.82 33.67 -
YUV 115.91 147.8 55.31 -
System Red Green Blue C M Y K H S L
Decimal 14 161 151 0.91 0 0.06 0.37 175.92 0.84 0.34
Hex E A1 97 5B 0 6 25 B0 54 22
Octal 16 241 227 133 0 6 45 260 124 42
Binary 1110 10100001 10010111 1011011 0 110 100101 10110000 1010100 100010

Color Harmonies of #0EA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA197

Black with #0EA197

Text Example


Text Example

White with #0EA197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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