Html Css Color HEX #0EA79D Persian Green

📋 copy color: '#0EA79D'

red 14 ◦ green 167 ◦ blue 157

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

Shades of Persian Green #0EA79D

Tints of Persian Green #0EA79D

RGB

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

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

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

R = 4.14%
G = 49.41%
B = 46.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#0EA79D (or 0x0EA79D) is known color: Persian Green. HEX triplet: 0E, A7 and 9D. RGB value is (14,167,157). Sum of RGB (Red+Green+Blue) = 14+167+157=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA79D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA79D is #F15862. Grayscale: #787878. Windows color (decimal): -15816803 or 10331918. OLE color: 10331918.

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

Color convert

RGB 14 167 157 -
CMYK 0.92 0 0.06 0.35
HSL 176.08º 0.85% 0.35% -
HSV(B) 176.08º 0.92% 0.65% -
XYZ 20.09 30.17 36.66 -
YUV 120.11 148.81 52.31 -
System Red Green Blue C M Y K H S L
Decimal 14 167 157 0.92 0 0.06 0.35 176.08 0.85 0.35
Hex E A7 9D 5C 0 6 23 B0 55 23
Octal 16 247 235 134 0 6 43 260 125 43
Binary 1110 10100111 10011101 1011100 0 110 100011 10110000 1010101 100011

Color Harmonies of #0EA79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA79D

Black with #0EA79D

Text Example


Text Example

White with #0EA79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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