Html Css Color HEX #02FABD Medium Spring Green

📋 copy color: '#02FABD'

red 2 ◦ green 250 ◦ blue 189

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

Shades of Medium Spring Green #02FABD

Tints of Medium Spring Green #02FABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 0.45%
G = 56.69%
B = 42.86%

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

#02FABD (or 0x02FABD) is known color: Medium Spring Green. HEX triplet: 02, FA and BD. RGB value is (2,250,189). Sum of RGB (Red+Green+Blue) = 2+250+189=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #02FABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FABD is #FD0542. Grayscale: #A8A8A8. Windows color (decimal): -16581955 or 12450306. OLE color: 12450306.

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

Color convert

RGB 2 250 189 -
CMYK 0.99 0 0.24 0.02
HSL 165.24º 0.98% 0.49% -
HSV(B) 165.24º 0.99% 0.98% -
XYZ 43.4 72.06 59.77 -
YUV 168.89 139.34 8.96 -
System Red Green Blue C M Y K H S L
Decimal 2 250 189 0.99 0 0.24 0.02 165.24 0.98 0.49
Hex 2 FA BD 63 0 18 2 A5 62 31
Octal 2 372 275 143 0 30 2 245 142 61
Binary 10 11111010 10111101 1100011 0 11000 10 10100101 1100010 110001

Color Harmonies of #02FABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FABD

Black with #02FABD

Text Example


Text Example

White with #02FABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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