Html Css Color HEX #0EAC9C Persian Green

📋 copy color: '#0EAC9C'

red 14 ◦ green 172 ◦ blue 156

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

Shades of Persian Green #0EAC9C

Tints of Persian Green #0EAC9C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.29%

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 4.09%
G = 50.29%
B = 45.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#0EAC9C (or 0x0EAC9C) is known color: Persian Green. HEX triplet: 0E, AC and 9C. RGB value is (14,172,156). Sum of RGB (Red+Green+Blue) = 14+172+156=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC9C is #F15363. Grayscale: #7A7A7A. Windows color (decimal): -15815524 or 10267662. OLE color: 10267662.

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

Color convert

RGB 14 172 156 -
CMYK 0.92 0 0.09 0.33
HSL 173.92º 0.85% 0.36% -
HSV(B) 173.92º 0.92% 0.67% -
XYZ 20.93 32 36.53 -
YUV 122.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 14 172 156 0.92 0 0.09 0.33 173.92 0.85 0.36
Hex E AC 9C 5C 0 9 21 AE 55 24
Octal 16 254 234 134 0 11 41 256 125 44
Binary 1110 10101100 10011100 1011100 0 1001 100001 10101110 1010101 100100

Color Harmonies of #0EAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC9C

Black with #0EAC9C

Text Example


Text Example

White with #0EAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,156); }

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

background-color css

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

 a { background-color: rgb(14,172,156); }

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

border-color css

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

 span { border-color: rgb(14,172,156); }

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