Shades of Magic Mint #AFE6CA
Tints of Magic Mint #AFE6CA
RGB
CMYK
RGB Variations
Color information
#AFE6CA (or 0xAFE6CA) is known color: Magic Mint. HEX triplet: AF, E6 and CA. RGB value is (175,230,202). Sum of RGB (Red+Green+Blue) = 175+230+202=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6CA is #501935. Grayscale: #D2D2D2. Windows color (decimal): -5249334 or 13297327. OLE color: 13297327.
HSL color Cylindrical-coordinate representation of color #AFE6CA: hue angle of 149.45º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6CA is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 202 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.10 |
| HSL | 149.45º | 0.52% | 0.79% | - |
| HSV(B) | 149.45º | 0.24% | 0.9% | - |
| XYZ | 56.64 | 69.97 | 66.4 | - |
| YUV | 210.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 202 | 0.24 | 0 | 0.12 | 0.10 | 149.45 | 0.52 | 0.79 |
| Hex | AF | E6 | CA | 18 | 0 | C | A | 95 | 34 | 4F |
| Octal | 257 | 346 | 312 | 30 | 0 | 14 | 12 | 225 | 64 | 117 |
| Binary | 10101111 | 11100110 | 11001010 | 11000 | 0 | 1100 | 1010 | 10010101 | 110100 | 1001111 |
Color Harmonies of #AFE6CA
Complementary color
Monochromatic Colors of #AFE6CA
Black with #AFE6CA
Text Example
Text Example
White with #AFE6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6CA; }
p { color: rgb(175,230,202); }
H1.HeaderClassName
{
color: #AFE6CA;
}
.AnyTagClassName
{
color: #AFE6CA;
}
</style>
background-color css
<style>
a { background-color: #AFE6CA; }
a { background-color: rgb(175,230,202); }
div.DivClassName
{
background-color: #AFE6CA;
}
.BgClassName
{
background-color: #AFE6CA;
}
</style>
border-color css
<style>
span { border-color: #AFE6CA; }
span { border-color: rgb(175,230,202); }
td.TdClassName
{
border-color: #AFE6CA;
}
.TagClassName
{
border-color: #AFE6CA;
}
</style>