Html Css Color HEX #0EEAAC Medium Spring Green

📋 copy color: '#0EEAAC'

red 14 ◦ green 234 ◦ blue 172

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

Shades of Medium Spring Green #0EEAAC

Tints of Medium Spring Green #0EEAAC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.71%

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 3.33%
G = 55.71%
B = 40.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#0EEAAC (or 0x0EEAAC) is known color: Medium Spring Green. HEX triplet: 0E, EA and AC. RGB value is (14,234,172). Sum of RGB (Red+Green+Blue) = 14+234+172=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 234 (91.80% from 255 or 55.71% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEAAC is #F11553. Grayscale: #A1A1A1. Windows color (decimal): -15799636 or 11332110. OLE color: 11332110.

HSL color Cylindrical-coordinate representation of color #0EEAAC: hue angle of 163.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEAAC is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 234 172 -
CMYK 0.94 0 0.26 0.08
HSL 163.09º 0.89% 0.49% -
HSV(B) 163.09º 0.94% 0.92% -
XYZ 37.05 61.92 49.03 -
YUV 161.15 134.11 23.04 -
System Red Green Blue C M Y K H S L
Decimal 14 234 172 0.94 0 0.26 0.08 163.09 0.89 0.49
Hex E EA AC 5E 0 1A 8 A3 59 31
Octal 16 352 254 136 0 32 10 243 131 61
Binary 1110 11101010 10101100 1011110 0 11010 1000 10100011 1011001 110001

Color Harmonies of #0EEAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEAAC

Black with #0EEAAC

Text Example


Text Example

White with #0EEAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,234,172); }

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

background-color css

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

 a { background-color: rgb(14,234,172); }

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

border-color css

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

 span { border-color: rgb(14,234,172); }

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