Html Css Color HEX #02EAAC Medium Spring Green

📋 copy color: '#02EAAC'

red 2 ◦ green 234 ◦ blue 172

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

Shades of Medium Spring Green #02EAAC

Tints of Medium Spring Green #02EAAC

RGB

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

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

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

R = 0.49%
G = 57.35%
B = 42.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#02EAAC (or 0x02EAAC) is known color: Medium Spring Green. HEX triplet: 02, EA and AC. RGB value is (2,234,172). Sum of RGB (Red+Green+Blue) = 2+234+172=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 234 (91.80% from 255 or 57.35% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 234 - color contains mainly: green. Hex color #02EAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EAAC is #FD1553. Grayscale: #9D9D9D. Windows color (decimal): -16586068 or 11332098. OLE color: 11332098.

HSL color Cylindrical-coordinate representation of color #02EAAC: hue angle of 163.97º 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 #02EAAC is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 234 172 -
CMYK 0.99 0 0.26 0.08
HSL 163.97º 0.98% 0.46% -
HSV(B) 163.97º 0.99% 0.92% -
XYZ 36.89 61.84 49.02 -
YUV 157.56 136.14 17.04 -
System Red Green Blue C M Y K H S L
Decimal 2 234 172 0.99 0 0.26 0.08 163.97 0.98 0.46
Hex 2 EA AC 63 0 1A 8 A4 62 2E
Octal 2 352 254 143 0 32 10 244 142 56
Binary 10 11101010 10101100 1100011 0 11010 1000 10100100 1100010 101110

Color Harmonies of #02EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EAAC

Black with #02EAAC

Text Example


Text Example

White with #02EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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