Html Css Color HEX #0EB192 Persian Green

📋 copy color: '#0EB192'

red 14 ◦ green 177 ◦ blue 146

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

Shades of Persian Green #0EB192

Tints of Persian Green #0EB192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 4.15%
G = 52.52%
B = 43.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#0EB192 (or 0x0EB192) is known color: Persian Green. HEX triplet: 0E, B1 and 92. RGB value is (14,177,146). Sum of RGB (Red+Green+Blue) = 14+177+146=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB192 is #F14E6D. Grayscale: #7C7C7C. Windows color (decimal): -15814254 or 9613582. OLE color: 9613582.

HSL color Cylindrical-coordinate representation of color #0EB192: hue angle of 168.59º 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 #0EB192 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 177 146 -
CMYK 0.92 0 0.18 0.31
HSL 168.59º 0.85% 0.37% -
HSV(B) 168.59º 0.92% 0.69% -
XYZ 21.09 33.61 32.57 -
YUV 124.73 140 49.02 -
System Red Green Blue C M Y K H S L
Decimal 14 177 146 0.92 0 0.18 0.31 168.59 0.85 0.37
Hex E B1 92 5C 0 12 1F A9 55 25
Octal 16 261 222 134 0 22 37 251 125 45
Binary 1110 10110001 10010010 1011100 0 10010 11111 10101001 1010101 100101

Color Harmonies of #0EB192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB192

Black with #0EB192

Text Example


Text Example

White with #0EB192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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