Html Css Color HEX #0EAA8D Persian Green

📋 copy color: '#0EAA8D'

red 14 ◦ green 170 ◦ blue 141

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

Shades of Persian Green #0EAA8D

Tints of Persian Green #0EAA8D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.31%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 4.31%
G = 52.31%
B = 43.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#0EAA8D (or 0x0EAA8D) is known color: Persian Green. HEX triplet: 0E, AA and 8D. RGB value is (14,170,141). Sum of RGB (Red+Green+Blue) = 14+170+141=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAA8D is #F15572. Grayscale: #787878. Windows color (decimal): -15816051 or 9284110. OLE color: 9284110.

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

Color convert

RGB 14 170 141 -
CMYK 0.92 0 0.17 0.33
HSL 168.85º 0.85% 0.36% -
HSV(B) 168.85º 0.92% 0.67% -
XYZ 19.36 30.77 30.12 -
YUV 120.05 139.82 52.36 -
System Red Green Blue C M Y K H S L
Decimal 14 170 141 0.92 0 0.17 0.33 168.85 0.85 0.36
Hex E AA 8D 5C 0 11 21 A9 55 24
Octal 16 252 215 134 0 21 41 251 125 44
Binary 1110 10101010 10001101 1011100 0 10001 100001 10101001 1010101 100100

Color Harmonies of #0EAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA8D

Black with #0EAA8D

Text Example


Text Example

White with #0EAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,141); }

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

background-color css

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

 a { background-color: rgb(14,170,141); }

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

border-color css

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

 span { border-color: rgb(14,170,141); }

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