#B3FCD9

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

Shades of Magic Mint #B3FCD9

Tints of Magic Mint #B3FCD9

Color information

#B3FCD9 (or 0xB3FCD9) is unknown color: approx Magic Mint. HEX triplet: B3, FC and D9. RGB value is (179,252,217). Sum of RGB (Red+Green+Blue) = 179+252+217=648 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.62% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCD9 is #4C0326. Grayscale: #E2E2E2. Windows color (decimal): -4981543 or 14286003. OLE color: 14286003.

HSL color Cylindrical-coordinate representation of color #B3FCD9: hue angle of 151.23º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FCD9 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB179252217-
CMYK0.2900.140.01
HSL151.23º92.41%84.51%-
HSV(B)151.23º28.97%98.82%-
XYZ65.9384.2178.43-
YUV226.18122.8294.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.62%
GREEN value IS 252 (98.83% from 255) = 38.89%
BLUE value IS 217 (85.16% from 255) = 33.49%
R=27.62%
G=38.89%
B=33.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792522170.2900.140.01151.2392.4184.51
HexB3FCD91D0E1975c55
Octal263374331350161227134125
Binary101100111111110011011001111010111011001011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCD9; }

 p { color: rgb(179,252,217); }

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

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

 a { background-color: rgb(179,252,217); }

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

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

 span { border-color: rgb(179,252,217); }

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