#B0FED5

Color #B0FED5 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B0FED5

Tints of Magic Mint #B0FED5

Color information

#B0FED5 (or 0xB0FED5) is unknown color: approx Magic Mint. HEX triplet: B0, FE and D5. RGB value is (176,254,213). Sum of RGB (Red+Green+Blue) = 176+254+213=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FED5 is #4F012A. Grayscale: #E2E2E2. Windows color (decimal): -5177643 or 14024368. OLE color: 14024368.

HSL color Cylindrical-coordinate representation of color #B0FED5: hue angle of 148.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FED5 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB176254213-
CMYK0.3100.160.00
HSL148.46º97.5%84.31%-
HSV(B)148.46º30.71%99.61%-
XYZ65.3684.9275.9-
YUV226120.6692.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.37%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 213 (83.59% from 255) = 33.13%
R=27.37%
G=39.50%
B=33.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762542130.3100.160.00148.4697.584.31
HexB0FED51F0100946254
Octal260376325370200224142124
Binary1011000011111110110101011111101000001001010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FED5; }

 p { color: rgb(176,254,213); }

 H1.HeaderClassName
 {
   color: #B0FED5;
 }
 .AnyTagClassName
 {
   color: #B0FED5;
 }
</style>
background-color css

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

 a { background-color: rgb(176,254,213); }

 div.DivClassName
 {
   background-color: #B0FED5;
 }
 .BgClassName
 {
   background-color: #B0FED5;
 }
</style>
border-color css

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

 span { border-color: rgb(176,254,213); }

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