Html Css Color HEX #0EABA1 Persian Green

📋 copy color: '#0EABA1'

red 14 ◦ green 171 ◦ blue 161

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

Shades of Persian Green #0EABA1

Tints of Persian Green #0EABA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.53%

R = 4.05%
G = 49.42%
B = 46.53%

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

#0EABA1 (or 0x0EABA1) is known color: Persian Green. HEX triplet: 0E, AB and A1. RGB value is (14,171,161). Sum of RGB (Red+Green+Blue) = 14+171+161=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #0EABA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EABA1 is #F1545E. Grayscale: #7A7A7A. Windows color (decimal): -15815775 or 10595086. OLE color: 10595086.

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

Color convert

RGB 14 171 161 -
CMYK 0.92 0 0.06 0.33
HSL 176.18º 0.85% 0.36% -
HSV(B) 176.18º 0.92% 0.67% -
XYZ 21.18 31.79 38.74 -
YUV 122.92 149.49 50.31 -
System Red Green Blue C M Y K H S L
Decimal 14 171 161 0.92 0 0.06 0.33 176.18 0.85 0.36
Hex E AB A1 5C 0 6 21 B0 55 24
Octal 16 253 241 134 0 6 41 260 125 44
Binary 1110 10101011 10100001 1011100 0 110 100001 10110000 1010101 100100

Color Harmonies of #0EABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABA1

Black with #0EABA1

Text Example


Text Example

White with #0EABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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