Html Css Color HEX #0EA7A2 Persian Green

📋 copy color: '#0EA7A2'

red 14 ◦ green 167 ◦ blue 162

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

Shades of Persian Green #0EA7A2

Tints of Persian Green #0EA7A2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.69%

 BLUE value IS 162 (63.67% from 255) = 47.23%

R = 4.08%
G = 48.69%
B = 47.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#0EA7A2 (or 0x0EA7A2) is known color: Persian Green. HEX triplet: 0E, A7 and A2. RGB value is (14,167,162). Sum of RGB (Red+Green+Blue) = 14+167+162=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 167 (65.62% from 255 or 48.69% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA7A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA7A2 is #F1585D. Grayscale: #787878. Windows color (decimal): -15816798 or 10659598. OLE color: 10659598.

HSL color Cylindrical-coordinate representation of color #0EA7A2: hue angle of 178.04º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA7A2 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 167 162 -
CMYK 0.92 0 0.03 0.35
HSL 178.04º 0.85% 0.35% -
HSV(B) 178.04º 0.92% 0.65% -
XYZ 20.52 30.34 38.96 -
YUV 120.68 151.31 51.91 -
System Red Green Blue C M Y K H S L
Decimal 14 167 162 0.92 0 0.03 0.35 178.04 0.85 0.35
Hex E A7 A2 5C 0 3 23 B2 55 23
Octal 16 247 242 134 0 3 43 262 125 43
Binary 1110 10100111 10100010 1011100 0 11 100011 10110010 1010101 100011

Color Harmonies of #0EA7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA7A2

Black with #0EA7A2

Text Example


Text Example

White with #0EA7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,167,162); }

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

background-color css

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

 a { background-color: rgb(14,167,162); }

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

border-color css

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

 span { border-color: rgb(14,167,162); }

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