#B8FDD0

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

Shades of Magic Mint #B8FDD0

Tints of Magic Mint #B8FDD0

Color information

#B8FDD0 (or 0xB8FDD0) is unknown color: approx Magic Mint. HEX triplet: B8, FD and D0. RGB value is (184,253,208). Sum of RGB (Red+Green+Blue) = 184+253+208=645 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.53% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDD0 is #47022F. Grayscale: #E3E3E3. Windows color (decimal): -4653616 or 13696440. OLE color: 13696440.

HSL color Cylindrical-coordinate representation of color #B8FDD0: hue angle of 140.87º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FDD0 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB184253208-
CMYK0.2700.180.01
HSL140.87º94.52%85.69%-
HSV(B)140.87º27.27%99.22%-
XYZ66.2884.9972.59-
YUV227.24117.1497.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.53%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=28.53%
G=39.22%
B=32.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842532080.2700.180.01140.8794.5285.69
HexB8FDD01B01218d5f56
Octal270375320330221215137126
Binary1011100011111101110100001101101001011000110110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FDD0; }

 p { color: rgb(184,253,208); }

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

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

 a { background-color: rgb(184,253,208); }

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

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

 span { border-color: rgb(184,253,208); }

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