Shades of Magic Mint #ADEECC
Tints of Magic Mint #ADEECC
RGB
CMYK
RGB Variations
Color information
#ADEECC (or 0xADEECC) is known color: Magic Mint. HEX triplet: AD, EE and CC. RGB value is (173,238,204). Sum of RGB (Red+Green+Blue) = 173+238+204=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEECC is #521133. Grayscale: #D6D6D6. Windows color (decimal): -5378356 or 13430445. OLE color: 13430445.
HSL color Cylindrical-coordinate representation of color #ADEECC: hue angle of 148.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEECC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 238 | 204 | - |
CMYK | 0.27 | 0 | 0.14 | 0.07 |
HSL | 148.62º | 0.66% | 0.81% | - |
HSV(B) | 148.62º | 0.27% | 0.93% | - |
XYZ | 58.71 | 74.39 | 68.39 | - |
YUV | 214.69 | 121.97 | 98.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 238 | 204 | 0.27 | 0 | 0.14 | 0.07 | 148.62 | 0.66 | 0.81 |
Hex | AD | EE | CC | 1B | 0 | E | 7 | 95 | 42 | 51 |
Octal | 255 | 356 | 314 | 33 | 0 | 16 | 7 | 225 | 102 | 121 |
Binary | 10101101 | 11101110 | 11001100 | 11011 | 0 | 1110 | 111 | 10010101 | 1000010 | 1010001 |
Color Harmonies of #ADEECC
Complementary color
Monochromatic Colors of #ADEECC
Black with #ADEECC
Text Example
Text Example
White with #ADEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEECC; }
p { color: rgb(173,238,204); }
H1.HeaderClassName
{
color: #ADEECC;
}
.AnyTagClassName
{
color: #ADEECC;
}
</style>
background-color css
<style>
a { background-color: #ADEECC; }
a { background-color: rgb(173,238,204); }
div.DivClassName
{
background-color: #ADEECC;
}
.BgClassName
{
background-color: #ADEECC;
}
</style>
border-color css
<style>
span { border-color: #ADEECC; }
span { border-color: rgb(173,238,204); }
td.TdClassName
{
border-color: #ADEECC;
}
.TagClassName
{
border-color: #ADEECC;
}
</style>