Html Css Color HEX #0EA29D Persian Green

📋 copy color: '#0EA29D'

red 14 ◦ green 162 ◦ blue 157

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

Shades of Persian Green #0EA29D

Tints of Persian Green #0EA29D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.65%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 4.2%
G = 48.65%
B = 47.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#0EA29D (or 0x0EA29D) is known color: Persian Green. HEX triplet: 0E, A2 and 9D. RGB value is (14,162,157). Sum of RGB (Red+Green+Blue) = 14+162+157=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA29D is #F15D62. Grayscale: #757575. Windows color (decimal): -15818083 or 10330638. OLE color: 10330638.

HSL color Cylindrical-coordinate representation of color #0EA29D: hue angle of 177.97º 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 #0EA29D is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 162 157 -
CMYK 0.91 0 0.03 0.36
HSL 177.97º 0.84% 0.35% -
HSV(B) 177.97º 0.91% 0.64% -
XYZ 19.19 28.37 36.36 -
YUV 117.18 150.47 54.41 -
System Red Green Blue C M Y K H S L
Decimal 14 162 157 0.91 0 0.03 0.36 177.97 0.84 0.35
Hex E A2 9D 5B 0 3 24 B2 54 23
Octal 16 242 235 133 0 3 44 262 124 43
Binary 1110 10100010 10011101 1011011 0 11 100100 10110010 1010100 100011

Color Harmonies of #0EA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA29D

Black with #0EA29D

Text Example


Text Example

White with #0EA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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