#B3F8D8

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

Shades of Magic Mint #B3F8D8

Tints of Magic Mint #B3F8D8

Color information

#B3F8D8 (or 0xB3F8D8) is unknown color: approx Magic Mint. HEX triplet: B3, F8 and D8. RGB value is (179,248,216). Sum of RGB (Red+Green+Blue) = 179+248+216=643 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.84% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #B3F8D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F8D8 is #4C0727. Grayscale: #DFDFDF. Windows color (decimal): -4982568 or 14219443. OLE color: 14219443.

HSL color Cylindrical-coordinate representation of color #B3F8D8: hue angle of 152.17º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F8D8 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB179248216-
CMYK0.2800.130.03
HSL152.17º83.13%83.73%-
HSV(B)152.17º27.82%97.25%-
XYZ64.5581.6877.33-
YUV223.72123.6496.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.84%
GREEN value IS 248 (97.27% from 255) = 38.57%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=27.84%
G=38.57%
B=33.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792482160.2800.130.03152.1783.1383.73
HexB3F8D81C0D3985354
Octal263370330340153230123124
Binary1011001111111000110110001110001101111001100010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F8D8; }

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

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

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

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

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

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

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

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