Shades of Magic Mint #B5EECA
Tints of Magic Mint #B5EECA
RGB
CMYK
RGB Variations
Color information
#B5EECA (or 0xB5EECA) is known color: Magic Mint. HEX triplet: B5, EE and CA. RGB value is (181,238,202). Sum of RGB (Red+Green+Blue) = 181+238+202=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EECA is #4A1135. Grayscale: #D8D8D8. Windows color (decimal): -4854070 or 13299381. OLE color: 13299381.
HSL color Cylindrical-coordinate representation of color #B5EECA: hue angle of 142.11º degrees, saturation: 0.63, 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 #B5EECA is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 202 | - |
CMYK | 0.24 | 0 | 0.15 | 0.07 |
HSL | 142.11º | 0.63% | 0.82% | - |
HSV(B) | 142.11º | 0.24% | 0.93% | - |
XYZ | 60.29 | 75.24 | 67.22 | - |
YUV | 216.85 | 119.62 | 102.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 202 | 0.24 | 0 | 0.15 | 0.07 | 142.11 | 0.63 | 0.82 |
Hex | B5 | EE | CA | 18 | 0 | F | 7 | 8E | 3F | 52 |
Octal | 265 | 356 | 312 | 30 | 0 | 17 | 7 | 216 | 77 | 122 |
Binary | 10110101 | 11101110 | 11001010 | 11000 | 0 | 1111 | 111 | 10001110 | 111111 | 1010010 |
Color Harmonies of #B5EECA
Complementary color
Monochromatic Colors of #B5EECA
Black with #B5EECA
Text Example
Text Example
White with #B5EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EECA; }
p { color: rgb(181,238,202); }
H1.HeaderClassName
{
color: #B5EECA;
}
.AnyTagClassName
{
color: #B5EECA;
}
</style>
background-color css
<style>
a { background-color: #B5EECA; }
a { background-color: rgb(181,238,202); }
div.DivClassName
{
background-color: #B5EECA;
}
.BgClassName
{
background-color: #B5EECA;
}
</style>
border-color css
<style>
span { border-color: #B5EECA; }
span { border-color: rgb(181,238,202); }
td.TdClassName
{
border-color: #B5EECA;
}
.TagClassName
{
border-color: #B5EECA;
}
</style>