Shades of Magic Mint #ADEBCA
Tints of Magic Mint #ADEBCA
RGB
CMYK
RGB Variations
Color information
#ADEBCA (or 0xADEBCA) is known color: Magic Mint. HEX triplet: AD, EB and CA. RGB value is (173,235,202). Sum of RGB (Red+Green+Blue) = 173+235+202=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBCA is #521435. Grayscale: #D4D4D4. Windows color (decimal): -5379126 or 13298605. OLE color: 13298605.
HSL color Cylindrical-coordinate representation of color #ADEBCA: hue angle of 148.06º 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 #ADEBCA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 202 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.08 |
| HSL | 148.06º | 0.61% | 0.8% | - |
| HSV(B) | 148.06º | 0.26% | 0.92% | - |
| XYZ | 57.6 | 72.57 | 66.85 | - |
| YUV | 212.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 202 | 0.26 | 0 | 0.14 | 0.08 | 148.06 | 0.61 | 0.8 |
| Hex | AD | EB | CA | 1A | 0 | E | 8 | 94 | 3D | 50 |
| Octal | 255 | 353 | 312 | 32 | 0 | 16 | 10 | 224 | 75 | 120 |
| Binary | 10101101 | 11101011 | 11001010 | 11010 | 0 | 1110 | 1000 | 10010100 | 111101 | 1010000 |
Color Harmonies of #ADEBCA
Complementary color
Monochromatic Colors of #ADEBCA
Black with #ADEBCA
Text Example
Text Example
White with #ADEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBCA; }
p { color: rgb(173,235,202); }
H1.HeaderClassName
{
color: #ADEBCA;
}
.AnyTagClassName
{
color: #ADEBCA;
}
</style>
background-color css
<style>
a { background-color: #ADEBCA; }
a { background-color: rgb(173,235,202); }
div.DivClassName
{
background-color: #ADEBCA;
}
.BgClassName
{
background-color: #ADEBCA;
}
</style>
border-color css
<style>
span { border-color: #ADEBCA; }
span { border-color: rgb(173,235,202); }
td.TdClassName
{
border-color: #ADEBCA;
}
.TagClassName
{
border-color: #ADEBCA;
}
</style>