#B2FCDA

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

Shades of Magic Mint #B2FCDA

Tints of Magic Mint #B2FCDA

Color information

#B2FCDA (or 0xB2FCDA) is unknown color: approx Magic Mint. HEX triplet: B2, FC and DA. RGB value is (178,252,218). Sum of RGB (Red+Green+Blue) = 178+252+218=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCDA is #4D0325. Grayscale: #E2E2E2. Windows color (decimal): -5047078 or 14351538. OLE color: 14351538.

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

Color convert

RGB178252218-
CMYK0.2900.130.01
HSL152.43º92.5%84.31%-
HSV(B)152.43º29.37%98.82%-
XYZ65.8384.1579.1-
YUV226123.4893.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.47%
GREEN value IS 252 (98.83% from 255) = 38.89%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=27.47%
G=38.89%
B=33.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782522180.2900.130.01152.4392.584.31
HexB2FCDA1D0D1985c54
Octal262374332350151230134124
Binary101100101111110011011010111010110111001100010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FCDA; }

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

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

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

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

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

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

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

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