Html Css Color HEX #0EABA0 Persian Green

📋 copy color: '#0EABA0'

red 14 ◦ green 171 ◦ blue 160

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

Shades of Persian Green #0EABA0

Tints of Persian Green #0EABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.57%

 BLUE value IS 160 (62.89% from 255) = 46.38%

R = 4.06%
G = 49.57%
B = 46.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#0EABA0 (or 0x0EABA0) is known color: Persian Green. HEX triplet: 0E, AB and A0. RGB value is (14,171,160). Sum of RGB (Red+Green+Blue) = 14+171+160=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #0EABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EABA0 is #F1545F. Grayscale: #7A7A7A. Windows color (decimal): -15815776 or 10529550. OLE color: 10529550.

HSL color Cylindrical-coordinate representation of color #0EABA0: hue angle of 175.8º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EABA0 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 171 160 -
CMYK 0.92 0 0.06 0.33
HSL 175.8º 0.85% 0.36% -
HSV(B) 175.8º 0.92% 0.67% -
XYZ 21.09 31.76 38.28 -
YUV 122.8 148.99 50.39 -
System Red Green Blue C M Y K H S L
Decimal 14 171 160 0.92 0 0.06 0.33 175.8 0.85 0.36
Hex E AB A0 5C 0 6 21 B0 55 24
Octal 16 253 240 134 0 6 41 260 125 44
Binary 1110 10101011 10100000 1011100 0 110 100001 10110000 1010101 100100

Color Harmonies of #0EABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABA0

Black with #0EABA0

Text Example


Text Example

White with #0EABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,171,160); }

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

background-color css

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

 a { background-color: rgb(14,171,160); }

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

border-color css

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

 span { border-color: rgb(14,171,160); }

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