#B2FFDC

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

Shades of Magic Mint #B2FFDC

Tints of Magic Mint #B2FFDC

Color information

#B2FFDC (or 0xB2FFDC) is unknown color: approx Magic Mint. HEX triplet: B2, FF and DC. RGB value is (178,255,220). Sum of RGB (Red+Green+Blue) = 178+255+220=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFDC is #4D0023. Grayscale: #E4E4E4. Windows color (decimal): -5046308 or 14483378. OLE color: 14483378.

HSL color Cylindrical-coordinate representation of color #B2FFDC: hue angle of 152.73º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFDC is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB178255220-
CMYK0.3000.140
HSL152.73º100%84.9%-
HSV(B)152.73º30.2%100%-
XYZ67.0486.1580.81-
YUV227.99123.4992.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.26%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=27.26%
G=39.05%
B=33.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782552200.3000.140152.7310084.9
HexB2FFDC1E0E0996455
Octal262377334360160231144125
Binary101100101111111111011100111100111001001100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFDC; }

 p { color: rgb(178,255,220); }

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

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

 a { background-color: rgb(178,255,220); }

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

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

 span { border-color: rgb(178,255,220); }

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