Shades of Magic Mint #B3EDD2
Tints of Magic Mint #B3EDD2
RGB
CMYK
RGB Variations
Color information
#B3EDD2 (or 0xB3EDD2) is known color: Magic Mint. HEX triplet: B3, ED and D2. RGB value is (179,237,210). Sum of RGB (Red+Green+Blue) = 179+237+210=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDD2 is #4C122D. Grayscale: #D8D8D8. Windows color (decimal): -4985390 or 13823411. OLE color: 13823411.
HSL color Cylindrical-coordinate representation of color #B3EDD2: hue angle of 152.07º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EDD2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 237 | 210 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.07 |
| HSL | 152.07º | 0.62% | 0.82% | - |
| HSV(B) | 152.07º | 0.24% | 0.93% | - |
| XYZ | 60.51 | 74.81 | 72.22 | - |
| YUV | 216.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 237 | 210 | 0.24 | 0 | 0.11 | 0.07 | 152.07 | 0.62 | 0.82 |
| Hex | B3 | ED | D2 | 18 | 0 | B | 7 | 98 | 3E | 52 |
| Octal | 263 | 355 | 322 | 30 | 0 | 13 | 7 | 230 | 76 | 122 |
| Binary | 10110011 | 11101101 | 11010010 | 11000 | 0 | 1011 | 111 | 10011000 | 111110 | 1010010 |
Color Harmonies of #B3EDD2
Complementary color
Monochromatic Colors of #B3EDD2
Black with #B3EDD2
Text Example
Text Example
White with #B3EDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EDD2; }
p { color: rgb(179,237,210); }
H1.HeaderClassName
{
color: #B3EDD2;
}
.AnyTagClassName
{
color: #B3EDD2;
}
</style>
background-color css
<style>
a { background-color: #B3EDD2; }
a { background-color: rgb(179,237,210); }
div.DivClassName
{
background-color: #B3EDD2;
}
.BgClassName
{
background-color: #B3EDD2;
}
</style>
border-color css
<style>
span { border-color: #B3EDD2; }
span { border-color: rgb(179,237,210); }
td.TdClassName
{
border-color: #B3EDD2;
}
.TagClassName
{
border-color: #B3EDD2;
}
</style>