Html Css Color HEX #01FBBA Medium Spring Green

📋 copy color: '#01FBBA'

red 1 ◦ green 251 ◦ blue 186

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

Shades of Medium Spring Green #01FBBA

Tints of Medium Spring Green #01FBBA

RGB

 RED value IS 1 (0.78% from 255) = 0.23%

 GREEN value IS 251 (98.44% from 255) = 57.31%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 0.23%
G = 57.31%
B = 42.47%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#01FBBA (or 0x01FBBA) is known color: Medium Spring Green. HEX triplet: 01, FB and BA. RGB value is (1,251,186). Sum of RGB (Red+Green+Blue) = 1+251+186=438 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #01FBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FBBA is #FE0445. Grayscale: #A8A8A8. Windows color (decimal): -16647238 or 12253953. OLE color: 12253953.

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

Color convert

RGB 1 251 186 -
CMYK 1.00 0 0.26 0.02
HSL 164.4º 0.99% 0.49% -
HSV(B) 164.4º 1% 0.98% -
XYZ 43.37 72.55 58.17 -
YUV 168.84 137.68 8.29 -
System Red Green Blue C M Y K H S L
Decimal 1 251 186 1.00 0 0.26 0.02 164.4 0.99 0.49
Hex 1 FB BA 64 0 1A 2 A4 63 31
Octal 1 373 272 144 0 32 2 244 143 61
Binary 1 11111011 10111010 1100100 0 11010 10 10100100 1100011 110001

Color Harmonies of #01FBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FBBA

Black with #01FBBA

Text Example


Text Example

White with #01FBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01FBBA; }

 p { color: rgb(1,251,186); }

 H1.HeaderClassName
 {
   color: #01FBBA;
 }
 .AnyTagClassName
 {
   color: #01FBBA;
 }
</style>

background-color css

<style>
 a { background-color: #01FBBA; }

 a { background-color: rgb(1,251,186); }

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

border-color css

<style>
 span { border-color: #01FBBA; }

 span { border-color: rgb(1,251,186); }

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