Html Css Color HEX #0EA38E Persian Green

📋 copy color: '#0EA38E'

red 14 ◦ green 163 ◦ blue 142

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

Shades of Persian Green #0EA38E

Tints of Persian Green #0EA38E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.1%

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 4.39%
G = 51.1%
B = 44.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#0EA38E (or 0x0EA38E) is known color: Persian Green. HEX triplet: 0E, A3 and 8E. RGB value is (14,163,142). Sum of RGB (Red+Green+Blue) = 14+163+142=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA38E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA38E is #F15C71. Grayscale: #737373. Windows color (decimal): -15817842 or 9347854. OLE color: 9347854.

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

Color convert

RGB 14 163 142 -
CMYK 0.91 0 0.13 0.36
HSL 171.54º 0.84% 0.35% -
HSV(B) 171.54º 0.91% 0.64% -
XYZ 18.16 28.24 30.09 -
YUV 116.06 142.64 55.21 -
System Red Green Blue C M Y K H S L
Decimal 14 163 142 0.91 0 0.13 0.36 171.54 0.84 0.35
Hex E A3 8E 5B 0 D 24 AC 54 23
Octal 16 243 216 133 0 15 44 254 124 43
Binary 1110 10100011 10001110 1011011 0 1101 100100 10101100 1010100 100011

Color Harmonies of #0EA38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA38E

Black with #0EA38E

Text Example


Text Example

White with #0EA38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,163,142); }

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

background-color css

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

 a { background-color: rgb(14,163,142); }

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

border-color css

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

 span { border-color: rgb(14,163,142); }

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