#B2FCCF

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

Shades of Magic Mint #B2FCCF

Tints of Magic Mint #B2FCCF

Color information

#B2FCCF (or 0xB2FCCF) is unknown color: approx Magic Mint. HEX triplet: B2, FC and CF. RGB value is (178,252,207). Sum of RGB (Red+Green+Blue) = 178+252+207=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCCF is #4D0330. Grayscale: #E0E0E0. Windows color (decimal): -5047089 or 13630642. OLE color: 13630642.

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

Color convert

RGB178252207-
CMYK0.2900.180.01
HSL143.51º92.5%84.31%-
HSV(B)143.51º29.37%98.82%-
XYZ64.4383.5971.77-
YUV224.74117.9894.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.94%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=27.94%
G=39.56%
B=32.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782522070.2900.180.01143.5192.584.31
HexB2FCCF1D0121905c54
Octal262374317350221220134124
Binary1011001011111100110011111110101001011001000010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FCCF; }

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

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

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

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

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

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

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

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