Html Css Color HEX #02FABE Medium Spring Green

📋 copy color: '#02FABE'

red 2 ◦ green 250 ◦ blue 190

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

Shades of Medium Spring Green #02FABE

Tints of Medium Spring Green #02FABE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.56%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 0.45%
G = 56.56%
B = 42.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#02FABE (or 0x02FABE) is known color: Medium Spring Green. HEX triplet: 02, FA and BE. RGB value is (2,250,190). Sum of RGB (Red+Green+Blue) = 2+250+190=442 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 442); Green value is 250 (98.05% from 255 or 56.56% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 250 - color contains mainly: green. Hex color #02FABE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FABE is #FD0541. Grayscale: #A9A9A9. Windows color (decimal): -16581954 or 12515842. OLE color: 12515842.

HSL color Cylindrical-coordinate representation of color #02FABE: hue angle of 165.48º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FABE is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 250 190 -
CMYK 0.99 0 0.24 0.02
HSL 165.48º 0.98% 0.49% -
HSV(B) 165.48º 0.99% 0.98% -
XYZ 43.5 72.1 60.34 -
YUV 169.01 139.84 8.88 -
System Red Green Blue C M Y K H S L
Decimal 2 250 190 0.99 0 0.24 0.02 165.48 0.98 0.49
Hex 2 FA BE 63 0 18 2 A5 62 31
Octal 2 372 276 143 0 30 2 245 142 61
Binary 10 11111010 10111110 1100011 0 11000 10 10100101 1100010 110001

Color Harmonies of #02FABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FABE

Black with #02FABE

Text Example


Text Example

White with #02FABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,250,190); }

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

background-color css

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

 a { background-color: rgb(2,250,190); }

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

border-color css

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

 span { border-color: rgb(2,250,190); }

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