Html Css Color HEX #0EAD9C Persian Green

📋 copy color: '#0EAD9C'

red 14 ◦ green 173 ◦ blue 156

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

Shades of Persian Green #0EAD9C

Tints of Persian Green #0EAD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.44%

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

R = 4.08%
G = 50.44%
B = 45.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#0EAD9C (or 0x0EAD9C) is known color: Persian Green. HEX triplet: 0E, AD and 9C. RGB value is (14,173,156). Sum of RGB (Red+Green+Blue) = 14+173+156=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAD9C is #F15263. Grayscale: #7B7B7B. Windows color (decimal): -15815268 or 10267918. OLE color: 10267918.

HSL color Cylindrical-coordinate representation of color #0EAD9C: hue angle of 173.58º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD9C is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 173 156 -
CMYK 0.92 0 0.10 0.32
HSL 173.58º 0.85% 0.37% -
HSV(B) 173.58º 0.92% 0.68% -
XYZ 21.13 32.38 36.59 -
YUV 123.52 146.32 49.88 -
System Red Green Blue C M Y K H S L
Decimal 14 173 156 0.92 0 0.10 0.32 173.58 0.85 0.37
Hex E AD 9C 5C 0 A 20 AE 55 25
Octal 16 255 234 134 0 12 40 256 125 45
Binary 1110 10101101 10011100 1011100 0 1010 100000 10101110 1010101 100101

Color Harmonies of #0EAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAD9C

Black with #0EAD9C

Text Example


Text Example

White with #0EAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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