Html Css Color HEX #0EB09E Persian Green

📋 copy color: '#0EB09E'

red 14 ◦ green 176 ◦ blue 158

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

Shades of Persian Green #0EB09E

Tints of Persian Green #0EB09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.57%

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 4.02%
G = 50.57%
B = 45.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#0EB09E (or 0x0EB09E) is known color: Persian Green. HEX triplet: 0E, B0 and 9E. RGB value is (14,176,158). Sum of RGB (Red+Green+Blue) = 14+176+158=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB09E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB09E is #F14F61. Grayscale: #7D7D7D. Windows color (decimal): -15814498 or 10399758. OLE color: 10399758.

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

Color convert

RGB 14 176 158 -
CMYK 0.92 0 0.10 0.31
HSL 173.33º 0.85% 0.37% -
HSV(B) 173.33º 0.92% 0.69% -
XYZ 21.88 33.61 37.68 -
YUV 125.51 146.33 48.46 -
System Red Green Blue C M Y K H S L
Decimal 14 176 158 0.92 0 0.10 0.31 173.33 0.85 0.37
Hex E B0 9E 5C 0 A 1F AD 55 25
Octal 16 260 236 134 0 12 37 255 125 45
Binary 1110 10110000 10011110 1011100 0 1010 11111 10101101 1010101 100101

Color Harmonies of #0EB09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB09E

Black with #0EB09E

Text Example


Text Example

White with #0EB09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,176,158); }

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

background-color css

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

 a { background-color: rgb(14,176,158); }

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

border-color css

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

 span { border-color: rgb(14,176,158); }

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