#B2FCD5

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

Shades of Magic Mint #B2FCD5

Tints of Magic Mint #B2FCD5

Color information

#B2FCD5 (or 0xB2FCD5) is unknown color: approx Magic Mint. HEX triplet: B2, FC and D5. RGB value is (178,252,213). Sum of RGB (Red+Green+Blue) = 178+252+213=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCD5 is #4D032A. Grayscale: #E1E1E1. Windows color (decimal): -5047083 or 14023858. OLE color: 14023858.

HSL color Cylindrical-coordinate representation of color #B2FCD5: hue angle of 148.38º 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 #B2FCD5 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB178252213-
CMYK0.2900.150.01
HSL148.38º92.5%84.31%-
HSV(B)148.38º29.37%98.82%-
XYZ65.1883.8975.71-
YUV225.43120.9894.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.68%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 213 (83.59% from 255) = 33.13%
R=27.68%
G=39.19%
B=33.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782522130.2900.150.01148.3892.584.31
HexB2FCD51D0F1945c54
Octal262374325350171224134124
Binary101100101111110011010101111010111111001010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FCD5; }

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

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

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

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

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

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

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

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