#B3FFD8

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

Shades of Magic Mint #B3FFD8

Tints of Magic Mint #B3FFD8

Color information

#B3FFD8 (or 0xB3FFD8) is unknown color: approx Magic Mint. HEX triplet: B3, FF and D8. RGB value is (179,255,216). Sum of RGB (Red+Green+Blue) = 179+255+216=650 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.54% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFD8 is #4C0027. Grayscale: #E3E3E3. Windows color (decimal): -4980776 or 14221235. OLE color: 14221235.

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

Color convert

RGB179255216-
CMYK0.3000.150
HSL149.21º100%85.1%-
HSV(B)149.21º29.8%100%-
XYZ66.7586.0678.06-
YUV227.83121.3293.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.54%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 216 (84.77% from 255) = 33.23%
R=27.54%
G=39.23%
B=33.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552160.3000.150149.2110085.1
HexB3FFD81E0F0956455
Octal263377330360170225144125
Binary101100111111111111011000111100111101001010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFD8; }

 p { color: rgb(179,255,216); }

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

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

 a { background-color: rgb(179,255,216); }

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

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

 span { border-color: rgb(179,255,216); }

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