Shades of Magic Mint #B3EECA
Tints of Magic Mint #B3EECA
RGB
CMYK
RGB Variations
Color information
#B3EECA (or 0xB3EECA) is known color: Magic Mint. HEX triplet: B3, EE and CA. RGB value is (179,238,202). Sum of RGB (Red+Green+Blue) = 179+238+202=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EECA is #4C1135. Grayscale: #D8D8D8. Windows color (decimal): -4985142 or 13299379. OLE color: 13299379.
HSL color Cylindrical-coordinate representation of color #B3EECA: hue angle of 143.39º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EECA is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 238 | 202 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.07 |
| HSL | 143.39º | 0.63% | 0.82% | - |
| HSV(B) | 143.39º | 0.25% | 0.93% | - |
| XYZ | 59.83 | 75 | 67.2 | - |
| YUV | 216.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 202 | 0.25 | 0 | 0.15 | 0.07 | 143.39 | 0.63 | 0.82 |
| Hex | B3 | EE | CA | 19 | 0 | F | 7 | 8F | 3F | 52 |
| Octal | 263 | 356 | 312 | 31 | 0 | 17 | 7 | 217 | 77 | 122 |
| Binary | 10110011 | 11101110 | 11001010 | 11001 | 0 | 1111 | 111 | 10001111 | 111111 | 1010010 |
Color Harmonies of #B3EECA
Complementary color
Monochromatic Colors of #B3EECA
Black with #B3EECA
Text Example
Text Example
White with #B3EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EECA; }
p { color: rgb(179,238,202); }
H1.HeaderClassName
{
color: #B3EECA;
}
.AnyTagClassName
{
color: #B3EECA;
}
</style>
background-color css
<style>
a { background-color: #B3EECA; }
a { background-color: rgb(179,238,202); }
div.DivClassName
{
background-color: #B3EECA;
}
.BgClassName
{
background-color: #B3EECA;
}
</style>
border-color css
<style>
span { border-color: #B3EECA; }
span { border-color: rgb(179,238,202); }
td.TdClassName
{
border-color: #B3EECA;
}
.TagClassName
{
border-color: #B3EECA;
}
</style>