Html Css Color HEX #0EECAC Medium Spring Green

📋 copy color: '#0EECAC'

red 14 ◦ green 236 ◦ blue 172

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

Shades of Medium Spring Green #0EECAC

Tints of Medium Spring Green #0EECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.92%

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

R = 3.32%
G = 55.92%
B = 40.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#0EECAC (or 0x0EECAC) is known color: Medium Spring Green. HEX triplet: 0E, EC and AC. RGB value is (14,236,172). Sum of RGB (Red+Green+Blue) = 14+236+172=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #0EECAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EECAC is #F11353. Grayscale: #A2A2A2. Windows color (decimal): -15799124 or 11332622. OLE color: 11332622.

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

Color convert

RGB 14 236 172 -
CMYK 0.94 0 0.27 0.07
HSL 162.7º 0.89% 0.49% -
HSV(B) 162.7º 0.94% 0.93% -
XYZ 37.62 63.06 49.22 -
YUV 162.33 133.45 22.2 -
System Red Green Blue C M Y K H S L
Decimal 14 236 172 0.94 0 0.27 0.07 162.7 0.89 0.49
Hex E EC AC 5E 0 1B 7 A3 59 31
Octal 16 354 254 136 0 33 7 243 131 61
Binary 1110 11101100 10101100 1011110 0 11011 111 10100011 1011001 110001

Color Harmonies of #0EECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EECAC

Black with #0EECAC

Text Example


Text Example

White with #0EECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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