Shades of Magic Mint #ADEBCC
Tints of Magic Mint #ADEBCC
RGB
CMYK
RGB Variations
Color information
#ADEBCC (or 0xADEBCC) is known color: Magic Mint. HEX triplet: AD, EB and CC. RGB value is (173,235,204). Sum of RGB (Red+Green+Blue) = 173+235+204=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBCC is #521433. Grayscale: #D4D4D4. Windows color (decimal): -5379124 or 13429677. OLE color: 13429677.
HSL color Cylindrical-coordinate representation of color #ADEBCC: hue angle of 150º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBCC is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 173 | 235 | 204 | - |
CMYK | 0.26 | 0 | 0.13 | 0.08 |
HSL | 150º | 0.61% | 0.8% | - |
HSV(B) | 150º | 0.26% | 0.92% | - |
XYZ | 57.84 | 72.66 | 68.1 | - |
YUV | 212.93 | 122.96 | 99.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 235 | 204 | 0.26 | 0 | 0.13 | 0.08 | 150 | 0.61 | 0.8 |
Hex | AD | EB | CC | 1A | 0 | D | 8 | 96 | 3D | 50 |
Octal | 255 | 353 | 314 | 32 | 0 | 15 | 10 | 226 | 75 | 120 |
Binary | 10101101 | 11101011 | 11001100 | 11010 | 0 | 1101 | 1000 | 10010110 | 111101 | 1010000 |
Color Harmonies of #ADEBCC
Complementary color
Monochromatic Colors of #ADEBCC
Black with #ADEBCC
Text Example
Text Example
White with #ADEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBCC; }
p { color: rgb(173,235,204); }
H1.HeaderClassName
{
color: #ADEBCC;
}
.AnyTagClassName
{
color: #ADEBCC;
}
</style>
background-color css
<style>
a { background-color: #ADEBCC; }
a { background-color: rgb(173,235,204); }
div.DivClassName
{
background-color: #ADEBCC;
}
.BgClassName
{
background-color: #ADEBCC;
}
</style>
border-color css
<style>
span { border-color: #ADEBCC; }
span { border-color: rgb(173,235,204); }
td.TdClassName
{
border-color: #ADEBCC;
}
.TagClassName
{
border-color: #ADEBCC;
}
</style>