Html Css Color HEX #0EAB8D Persian Green

📋 copy color: '#0EAB8D'

red 14 ◦ green 171 ◦ blue 141

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

Shades of Persian Green #0EAB8D

Tints of Persian Green #0EAB8D

RGB

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

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

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

R = 4.29%
G = 52.45%
B = 43.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#0EAB8D (or 0x0EAB8D) is known color: Persian Green. HEX triplet: 0E, AB and 8D. RGB value is (14,171,141). Sum of RGB (Red+Green+Blue) = 14+171+141=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAB8D is #F15472. Grayscale: #787878. Windows color (decimal): -15815795 or 9284366. OLE color: 9284366.

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

Color convert

RGB 14 171 141 -
CMYK 0.92 0 0.18 0.33
HSL 168.54º 0.85% 0.36% -
HSV(B) 168.54º 0.92% 0.67% -
XYZ 19.55 31.14 30.18 -
YUV 120.64 139.49 51.94 -
System Red Green Blue C M Y K H S L
Decimal 14 171 141 0.92 0 0.18 0.33 168.54 0.85 0.36
Hex E AB 8D 5C 0 12 21 A9 55 24
Octal 16 253 215 134 0 22 41 251 125 44
Binary 1110 10101011 10001101 1011100 0 10010 100001 10101001 1010101 100100

Color Harmonies of #0EAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB8D

Black with #0EAB8D

Text Example


Text Example

White with #0EAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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