Shades of Magic Mint #B3F2CC
Tints of Magic Mint #B3F2CC
RGB
CMYK
RGB Variations
Color information
#B3F2CC (or 0xB3F2CC) is known color: Magic Mint. HEX triplet: B3, F2 and CC. RGB value is (179,242,204). Sum of RGB (Red+Green+Blue) = 179+242+204=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F2CC is #4C0D33. Grayscale: #DADADA. Windows color (decimal): -4984116 or 13431475. OLE color: 13431475.
HSL color Cylindrical-coordinate representation of color #B3F2CC: hue angle of 143.81º degrees, saturation: 0.71, 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 #B3F2CC is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 242 | 204 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.05 |
| HSL | 143.81º | 0.71% | 0.83% | - |
| HSV(B) | 143.81º | 0.26% | 0.95% | - |
| XYZ | 61.24 | 77.45 | 68.85 | - |
| YUV | 218.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 242 | 204 | 0.26 | 0 | 0.16 | 0.05 | 143.81 | 0.71 | 0.83 |
| Hex | B3 | F2 | CC | 1A | 0 | 10 | 5 | 90 | 47 | 53 |
| Octal | 263 | 362 | 314 | 32 | 0 | 20 | 5 | 220 | 107 | 123 |
| Binary | 10110011 | 11110010 | 11001100 | 11010 | 0 | 10000 | 101 | 10010000 | 1000111 | 1010011 |
Color Harmonies of #B3F2CC
Complementary color
Monochromatic Colors of #B3F2CC
Black with #B3F2CC
Text Example
Text Example
White with #B3F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F2CC; }
p { color: rgb(179,242,204); }
H1.HeaderClassName
{
color: #B3F2CC;
}
.AnyTagClassName
{
color: #B3F2CC;
}
</style>
background-color css
<style>
a { background-color: #B3F2CC; }
a { background-color: rgb(179,242,204); }
div.DivClassName
{
background-color: #B3F2CC;
}
.BgClassName
{
background-color: #B3F2CC;
}
</style>
border-color css
<style>
span { border-color: #B3F2CC; }
span { border-color: rgb(179,242,204); }
td.TdClassName
{
border-color: #B3F2CC;
}
.TagClassName
{
border-color: #B3F2CC;
}
</style>