Shades of Magic Mint #ADEFCB
Tints of Magic Mint #ADEFCB
RGB
CMYK
RGB Variations
Color information
#ADEFCB (or 0xADEFCB) is known color: Magic Mint. HEX triplet: AD, EF and CB. RGB value is (173,239,203). Sum of RGB (Red+Green+Blue) = 173+239+203=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFCB is #521034. Grayscale: #D7D7D7. Windows color (decimal): -5378101 or 13365165. OLE color: 13365165.
HSL color Cylindrical-coordinate representation of color #ADEFCB: hue angle of 147.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFCB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 239 | 203 | - |
CMYK | 0.28 | 0 | 0.15 | 0.06 |
HSL | 147.27º | 0.67% | 0.81% | - |
HSV(B) | 147.27º | 0.28% | 0.94% | - |
XYZ | 58.88 | 74.93 | 67.86 | - |
YUV | 215.16 | 121.13 | 97.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 239 | 203 | 0.28 | 0 | 0.15 | 0.06 | 147.27 | 0.67 | 0.81 |
Hex | AD | EF | CB | 1C | 0 | F | 6 | 93 | 43 | 51 |
Octal | 255 | 357 | 313 | 34 | 0 | 17 | 6 | 223 | 103 | 121 |
Binary | 10101101 | 11101111 | 11001011 | 11100 | 0 | 1111 | 110 | 10010011 | 1000011 | 1010001 |
Color Harmonies of #ADEFCB
Complementary color
Monochromatic Colors of #ADEFCB
Black with #ADEFCB
Text Example
Text Example
White with #ADEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFCB; }
p { color: rgb(173,239,203); }
H1.HeaderClassName
{
color: #ADEFCB;
}
.AnyTagClassName
{
color: #ADEFCB;
}
</style>
background-color css
<style>
a { background-color: #ADEFCB; }
a { background-color: rgb(173,239,203); }
div.DivClassName
{
background-color: #ADEFCB;
}
.BgClassName
{
background-color: #ADEFCB;
}
</style>
border-color css
<style>
span { border-color: #ADEFCB; }
span { border-color: rgb(173,239,203); }
td.TdClassName
{
border-color: #ADEFCB;
}
.TagClassName
{
border-color: #ADEFCB;
}
</style>