Html Css Color HEX #00EAAC Medium Spring Green

📋 copy color: '#00EAAC'

red 0 ◦ green 234 ◦ blue 172

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

Shades of Medium Spring Green #00EAAC

Tints of Medium Spring Green #00EAAC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 57.64%
B = 42.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#00EAAC (or 0x00EAAC) is known color: Medium Spring Green. HEX triplet: 00, EA and AC. RGB value is (0,234,172). Sum of RGB (Red+Green+Blue) = 0+234+172=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 234 (91.80% from 255 or 57.64% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 234 - color contains mainly: green. Hex color #00EAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EAAC is #FF1553. Grayscale: #9C9C9C. Windows color (decimal): -16717140 or 11332096. OLE color: 11332096.

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

Color convert

RGB 0 234 172 -
CMYK 1 0 0.26 0.08
HSL 164.1º 1% 0.46% -
HSV(B) 164.1º 1% 0.92% -
XYZ 36.87 61.82 49.02 -
YUV 156.97 136.48 16.04 -
System Red Green Blue C M Y K H S L
Decimal 0 234 172 1 0 0.26 0.08 164.1 1 0.46
Hex 0 EA AC 64 0 1A 8 A4 64 2E
Octal 0 352 254 144 0 32 10 244 144 56
Binary 0 11101010 10101100 1100100 0 11010 1000 10100100 1100100 101110

Color Harmonies of #00EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EAAC

Black with #00EAAC

Text Example


Text Example

White with #00EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EAAC; }

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

 H1.HeaderClassName
 {
   color: #00EAAC;
 }
 .AnyTagClassName
 {
   color: #00EAAC;
 }
</style>

background-color css

<style>
 a { background-color: #00EAAC; }

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

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

border-color css

<style>
 span { border-color: #00EAAC; }

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

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