Shades of Magic Mint #B5EECB
Tints of Magic Mint #B5EECB
RGB
CMYK
RGB Variations
Color information
#B5EECB (or 0xB5EECB) is known color: Magic Mint. HEX triplet: B5, EE and CB. RGB value is (181,238,203). Sum of RGB (Red+Green+Blue) = 181+238+203=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EECB is #4A1134. Grayscale: #D9D9D9. Windows color (decimal): -4854069 or 13364917. OLE color: 13364917.
HSL color Cylindrical-coordinate representation of color #B5EECB: hue angle of 143.16º 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 #B5EECB is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 203 | - |
CMYK | 0.24 | 0 | 0.15 | 0.07 |
HSL | 143.16º | 0.63% | 0.82% | - |
HSV(B) | 143.16º | 0.24% | 0.93% | - |
XYZ | 60.41 | 75.28 | 67.85 | - |
YUV | 216.97 | 120.12 | 102.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 203 | 0.24 | 0 | 0.15 | 0.07 | 143.16 | 0.63 | 0.82 |
Hex | B5 | EE | CB | 18 | 0 | F | 7 | 8F | 3F | 52 |
Octal | 265 | 356 | 313 | 30 | 0 | 17 | 7 | 217 | 77 | 122 |
Binary | 10110101 | 11101110 | 11001011 | 11000 | 0 | 1111 | 111 | 10001111 | 111111 | 1010010 |
Color Harmonies of #B5EECB
Complementary color
Monochromatic Colors of #B5EECB
Black with #B5EECB
Text Example
Text Example
White with #B5EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EECB; }
p { color: rgb(181,238,203); }
H1.HeaderClassName
{
color: #B5EECB;
}
.AnyTagClassName
{
color: #B5EECB;
}
</style>
background-color css
<style>
a { background-color: #B5EECB; }
a { background-color: rgb(181,238,203); }
div.DivClassName
{
background-color: #B5EECB;
}
.BgClassName
{
background-color: #B5EECB;
}
</style>
border-color css
<style>
span { border-color: #B5EECB; }
span { border-color: rgb(181,238,203); }
td.TdClassName
{
border-color: #B5EECB;
}
.TagClassName
{
border-color: #B5EECB;
}
</style>