Shades of Magic Mint #AFEECA
Tints of Magic Mint #AFEECA
RGB
CMYK
RGB Variations
Color information
#AFEECA (or 0xAFEECA) is known color: Magic Mint. HEX triplet: AF, EE and CA. RGB value is (175,238,202). Sum of RGB (Red+Green+Blue) = 175+238+202=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEECA is #501135. Grayscale: #D7D7D7. Windows color (decimal): -5247286 or 13299375. OLE color: 13299375.
HSL color Cylindrical-coordinate representation of color #AFEECA: hue angle of 145.71º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEECA is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 202 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.07 |
| HSL | 145.71º | 0.65% | 0.81% | - |
| HSV(B) | 145.71º | 0.26% | 0.93% | - |
| XYZ | 58.91 | 74.53 | 67.16 | - |
| YUV | 215.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 202 | 0.26 | 0 | 0.15 | 0.07 | 145.71 | 0.65 | 0.81 |
| Hex | AF | EE | CA | 1A | 0 | F | 7 | 92 | 41 | 51 |
| Octal | 257 | 356 | 312 | 32 | 0 | 17 | 7 | 222 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11001010 | 11010 | 0 | 1111 | 111 | 10010010 | 1000001 | 1010001 |
Color Harmonies of #AFEECA
Complementary color
Monochromatic Colors of #AFEECA
Black with #AFEECA
Text Example
Text Example
White with #AFEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEECA; }
p { color: rgb(175,238,202); }
H1.HeaderClassName
{
color: #AFEECA;
}
.AnyTagClassName
{
color: #AFEECA;
}
</style>
background-color css
<style>
a { background-color: #AFEECA; }
a { background-color: rgb(175,238,202); }
div.DivClassName
{
background-color: #AFEECA;
}
.BgClassName
{
background-color: #AFEECA;
}
</style>
border-color css
<style>
span { border-color: #AFEECA; }
span { border-color: rgb(175,238,202); }
td.TdClassName
{
border-color: #AFEECA;
}
.TagClassName
{
border-color: #AFEECA;
}
</style>