Html Css Color HEX #0EB197 Persian Green

📋 copy color: '#0EB197'

red 14 ◦ green 177 ◦ blue 151

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

Shades of Persian Green #0EB197

Tints of Persian Green #0EB197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.75%

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

R = 4.09%
G = 51.75%
B = 44.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#0EB197 (or 0x0EB197) is known color: Persian Green. HEX triplet: 0E, B1 and 97. RGB value is (14,177,151). Sum of RGB (Red+Green+Blue) = 14+177+151=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB197 is #F14E68. Grayscale: #7D7D7D. Windows color (decimal): -15814249 or 9941262. OLE color: 9941262.

HSL color Cylindrical-coordinate representation of color #0EB197: hue angle of 170.43º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB197 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 177 151 -
CMYK 0.92 0 0.15 0.31
HSL 170.43º 0.85% 0.37% -
HSV(B) 170.43º 0.92% 0.69% -
XYZ 21.49 33.77 34.66 -
YUV 125.3 142.5 48.61 -
System Red Green Blue C M Y K H S L
Decimal 14 177 151 0.92 0 0.15 0.31 170.43 0.85 0.37
Hex E B1 97 5C 0 F 1F AA 55 25
Octal 16 261 227 134 0 17 37 252 125 45
Binary 1110 10110001 10010111 1011100 0 1111 11111 10101010 1010101 100101

Color Harmonies of #0EB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB197

Black with #0EB197

Text Example


Text Example

White with #0EB197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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