Html Css Color HEX #01FCBC Medium Spring Green

📋 copy color: '#01FCBC'

red 1 ◦ green 252 ◦ blue 188

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

Shades of Medium Spring Green #01FCBC

Tints of Medium Spring Green #01FCBC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.14%

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 0.23%
G = 57.14%
B = 42.63%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#01FCBC (or 0x01FCBC) is known color: Medium Spring Green. HEX triplet: 01, FC and BC. RGB value is (1,252,188). Sum of RGB (Red+Green+Blue) = 1+252+188=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCBC is #FE0343. Grayscale: #A9A9A9. Windows color (decimal): -16646980 or 12385281. OLE color: 12385281.

HSL color Cylindrical-coordinate representation of color #01FCBC: hue angle of 164.7º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FCBC is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 252 188 -
CMYK 1.00 0 0.25 0.01
HSL 164.7º 0.99% 0.5% -
HSV(B) 164.7º 1% 0.99% -
XYZ 43.9 73.26 59.4 -
YUV 169.66 138.34 7.7 -
System Red Green Blue C M Y K H S L
Decimal 1 252 188 1.00 0 0.25 0.01 164.7 0.99 0.5
Hex 1 FC BC 64 0 19 1 A5 63 32
Octal 1 374 274 144 0 31 1 245 143 62
Binary 1 11111100 10111100 1100100 0 11001 1 10100101 1100011 110010

Color Harmonies of #01FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FCBC

Black with #01FCBC

Text Example


Text Example

White with #01FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,252,188); }

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

background-color css

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

 a { background-color: rgb(1,252,188); }

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

border-color css

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

 span { border-color: rgb(1,252,188); }

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