Html Css Color HEX #0EA49C Persian Green

📋 copy color: '#0EA49C'

red 14 ◦ green 164 ◦ blue 156

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

Shades of Persian Green #0EA49C

Tints of Persian Green #0EA49C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.1%

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

R = 4.19%
G = 49.1%
B = 46.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#0EA49C (or 0x0EA49C) is known color: Persian Green. HEX triplet: 0E, A4 and 9C. RGB value is (14,164,156). Sum of RGB (Red+Green+Blue) = 14+164+156=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA49C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA49C is #F15B63. Grayscale: #767676. Windows color (decimal): -15817572 or 10265614. OLE color: 10265614.

HSL color Cylindrical-coordinate representation of color #0EA49C: hue angle of 176.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA49C is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 164 156 -
CMYK 0.91 0 0.05 0.36
HSL 176.8º 0.84% 0.35% -
HSV(B) 176.8º 0.91% 0.64% -
XYZ 19.46 29.04 36.03 -
YUV 118.24 149.31 53.65 -
System Red Green Blue C M Y K H S L
Decimal 14 164 156 0.91 0 0.05 0.36 176.8 0.84 0.35
Hex E A4 9C 5B 0 5 24 B1 54 23
Octal 16 244 234 133 0 5 44 261 124 43
Binary 1110 10100100 10011100 1011011 0 101 100100 10110001 1010100 100011

Color Harmonies of #0EA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA49C

Black with #0EA49C

Text Example


Text Example

White with #0EA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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