#B3F3D6

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

Shades of Magic Mint #B3F3D6

Tints of Magic Mint #B3F3D6

Color information

#B3F3D6 (or 0xB3F3D6) is unknown color: approx Magic Mint. HEX triplet: B3, F3 and D6. RGB value is (179,243,214). Sum of RGB (Red+Green+Blue) = 179+243+214=636 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.14% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F3D6 is #4C0C29. Grayscale: #DCDCDC. Windows color (decimal): -4983850 or 14087091. OLE color: 14087091.

HSL color Cylindrical-coordinate representation of color #B3F3D6: hue angle of 152.81º 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 #B3F3D6 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB179243214-
CMYK0.2600.120.05
HSL152.81º72.73%82.75%-
HSV(B)152.81º26.34%95.29%-
XYZ62.7878.5475.47-
YUV220.56124.398.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.14%
GREEN value IS 243 (95.31% from 255) = 38.21%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=28.14%
G=38.21%
B=33.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792432140.2600.120.05152.8172.7382.75
HexB3F3D61A0C5994953
Octal263363326320145231111123
Binary10110011111100111101011011010011001011001100110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3D6; }

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

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

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

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

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

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

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

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