Html Css Color HEX #00EAA5 Medium Spring Green

📋 copy color: '#00EAA5'

red 0 ◦ green 234 ◦ blue 165

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

Shades of Medium Spring Green #00EAA5

Tints of Medium Spring Green #00EAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 0%
G = 58.65%
B = 41.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#00EAA5 (or 0x00EAA5) is known color: Medium Spring Green. HEX triplet: 00, EA and A5. RGB value is (0,234,165). Sum of RGB (Red+Green+Blue) = 0+234+165=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 234 (91.80% from 255 or 58.65% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 234 - color contains mainly: green. Hex color #00EAA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EAA5 is #FF155A. Grayscale: #9C9C9C. Windows color (decimal): -16717147 or 10873344. OLE color: 10873344.

HSL color Cylindrical-coordinate representation of color #00EAA5: hue angle of 162.31º 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 #00EAA5 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 234 165 -
CMYK 1 0 0.29 0.08
HSL 162.31º 1% 0.46% -
HSV(B) 162.31º 1% 0.92% -
XYZ 36.21 61.56 45.57 -
YUV 156.17 132.98 16.61 -
System Red Green Blue C M Y K H S L
Decimal 0 234 165 1 0 0.29 0.08 162.31 1 0.46
Hex 0 EA A5 64 0 1D 8 A2 64 2E
Octal 0 352 245 144 0 35 10 242 144 56
Binary 0 11101010 10100101 1100100 0 11101 1000 10100010 1100100 101110

Color Harmonies of #00EAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EAA5

Black with #00EAA5

Text Example


Text Example

White with #00EAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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