#B3FBCA

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

Shades of Magic Mint #B3FBCA

Tints of Magic Mint #B3FBCA

Color information

#B3FBCA (or 0xB3FBCA) is unknown color: approx Magic Mint. HEX triplet: B3, FB and CA. RGB value is (179,251,202). Sum of RGB (Red+Green+Blue) = 179+251+202=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FBCA is #4C0435. Grayscale: #E0E0E0. Windows color (decimal): -4981814 or 13302707. OLE color: 13302707.

HSL color Cylindrical-coordinate representation of color #B3FBCA: hue angle of 139.17º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FBCA is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB179251202-
CMYK0.2900.200.02
HSL139.17º90%84.31%-
HSV(B)139.17º28.69%98.43%-
XYZ63.7582.8468.51-
YUV223.89115.6595.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.32%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=28.32%
G=39.72%
B=31.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792512020.2900.200.02139.179084.31
HexB3FBCA1D01428b5a54
Octal263373312350242213132124
Binary10110011111110111100101011101010100101000101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBCA; }

 p { color: rgb(179,251,202); }

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

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

 a { background-color: rgb(179,251,202); }

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

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

 span { border-color: rgb(179,251,202); }

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