#B3F3D9

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

Shades of Magic Mint #B3F3D9

Tints of Magic Mint #B3F3D9

Color information

#B3F3D9 (or 0xB3F3D9) is unknown color: approx Magic Mint. HEX triplet: B3, F3 and D9. RGB value is (179,243,217). Sum of RGB (Red+Green+Blue) = 179+243+217=639 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.01% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F3D9 is #4C0C26. Grayscale: #DCDCDC. Windows color (decimal): -4983847 or 14283699. OLE color: 14283699.

HSL color Cylindrical-coordinate representation of color #B3F3D9: hue angle of 155.62º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F3D9 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB179243217-
CMYK0.2600.110.05
HSL155.62º72.73%82.75%-
HSV(B)155.62º26.34%95.29%-
XYZ63.1778.6977.51-
YUV220.9125.898.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.01%
GREEN value IS 243 (95.31% from 255) = 38.03%
BLUE value IS 217 (85.16% from 255) = 33.96%
R=28.01%
G=38.03%
B=33.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792432170.2600.110.05155.6272.7382.75
HexB3F3D91A0B59c4953
Octal263363331320135234111123
Binary10110011111100111101100111010010111011001110010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3D9; }

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

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

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

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

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

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

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

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