Html Css Color HEX #02EAA8 Medium Spring Green

📋 copy color: '#02EAA8'

red 2 ◦ green 234 ◦ blue 168

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

Shades of Medium Spring Green #02EAA8

Tints of Medium Spring Green #02EAA8

RGB

 RED value IS 2 (1.17% from 255) = 0.5%

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

 BLUE value IS 168 (66.02% from 255) = 41.58%

R = 0.5%
G = 57.92%
B = 41.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#02EAA8 (or 0x02EAA8) is known color: Medium Spring Green. HEX triplet: 02, EA and A8. RGB value is (2,234,168). Sum of RGB (Red+Green+Blue) = 2+234+168=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 234 (91.80% from 255 or 57.92% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 234 - color contains mainly: green. Hex color #02EAA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EAA8 is #FD1557. Grayscale: #9D9D9D. Windows color (decimal): -16586072 or 11069954. OLE color: 11069954.

HSL color Cylindrical-coordinate representation of color #02EAA8: hue angle of 162.93º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EAA8 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 234 168 -
CMYK 0.99 0 0.28 0.08
HSL 162.93º 0.98% 0.46% -
HSV(B) 162.93º 0.99% 0.92% -
XYZ 36.52 61.69 47.03 -
YUV 157.11 134.14 17.37 -
System Red Green Blue C M Y K H S L
Decimal 2 234 168 0.99 0 0.28 0.08 162.93 0.98 0.46
Hex 2 EA A8 63 0 1C 8 A3 62 2E
Octal 2 352 250 143 0 34 10 243 142 56
Binary 10 11101010 10101000 1100011 0 11100 1000 10100011 1100010 101110

Color Harmonies of #02EAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EAA8

Black with #02EAA8

Text Example


Text Example

White with #02EAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02EAA8; }

 p { color: rgb(2,234,168); }

 H1.HeaderClassName
 {
   color: #02EAA8;
 }
 .AnyTagClassName
 {
   color: #02EAA8;
 }
</style>

background-color css

<style>
 a { background-color: #02EAA8; }

 a { background-color: rgb(2,234,168); }

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

border-color css

<style>
 span { border-color: #02EAA8; }

 span { border-color: rgb(2,234,168); }

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