#B2FCD8

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

Shades of Magic Mint #B2FCD8

Tints of Magic Mint #B2FCD8

Color information

#B2FCD8 (or 0xB2FCD8) is unknown color: approx Magic Mint. HEX triplet: B2, FC and D8. RGB value is (178,252,216). Sum of RGB (Red+Green+Blue) = 178+252+216=646 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.55% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCD8 is #4D0327. Grayscale: #E1E1E1. Windows color (decimal): -5047080 or 14220466. OLE color: 14220466.

HSL color Cylindrical-coordinate representation of color #B2FCD8: hue angle of 150.81º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCD8 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB178252216-
CMYK0.2900.140.01
HSL150.81º92.5%84.31%-
HSV(B)150.81º29.37%98.82%-
XYZ65.5784.0477.73-
YUV225.77122.4893.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.55%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 216 (84.77% from 255) = 33.44%
R=27.55%
G=39.01%
B=33.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782522160.2900.140.01150.8192.584.31
HexB2FCD81D0E1975c54
Octal262374330350161227134124
Binary101100101111110011011000111010111011001011110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FCD8; }

 p { color: rgb(178,252,216); }

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

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

 a { background-color: rgb(178,252,216); }

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

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

 span { border-color: rgb(178,252,216); }

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