Shades of Magic Mint #AFE9CC
Tints of Magic Mint #AFE9CC
RGB
CMYK
RGB Variations
Color information
#AFE9CC (or 0xAFE9CC) is known color: Magic Mint. HEX triplet: AF, E9 and CC. RGB value is (175,233,204). Sum of RGB (Red+Green+Blue) = 175+233+204=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9CC is #501633. Grayscale: #D4D4D4. Windows color (decimal): -5248564 or 13429167. OLE color: 13429167.
HSL color Cylindrical-coordinate representation of color #AFE9CC: hue angle of 150º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9CC is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 175 | 233 | 204 | - |
CMYK | 0.25 | 0 | 0.12 | 0.09 |
HSL | 150º | 0.57% | 0.8% | - |
HSV(B) | 150º | 0.25% | 0.91% | - |
XYZ | 57.72 | 71.75 | 67.93 | - |
YUV | 212.35 | 123.28 | 101.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 233 | 204 | 0.25 | 0 | 0.12 | 0.09 | 150 | 0.57 | 0.8 |
Hex | AF | E9 | CC | 19 | 0 | C | 9 | 96 | 39 | 50 |
Octal | 257 | 351 | 314 | 31 | 0 | 14 | 11 | 226 | 71 | 120 |
Binary | 10101111 | 11101001 | 11001100 | 11001 | 0 | 1100 | 1001 | 10010110 | 111001 | 1010000 |
Color Harmonies of #AFE9CC
Complementary color
Monochromatic Colors of #AFE9CC
Black with #AFE9CC
Text Example
Text Example
White with #AFE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE9CC; }
p { color: rgb(175,233,204); }
H1.HeaderClassName
{
color: #AFE9CC;
}
.AnyTagClassName
{
color: #AFE9CC;
}
</style>
background-color css
<style>
a { background-color: #AFE9CC; }
a { background-color: rgb(175,233,204); }
div.DivClassName
{
background-color: #AFE9CC;
}
.BgClassName
{
background-color: #AFE9CC;
}
</style>
border-color css
<style>
span { border-color: #AFE9CC; }
span { border-color: rgb(175,233,204); }
td.TdClassName
{
border-color: #AFE9CC;
}
.TagClassName
{
border-color: #AFE9CC;
}
</style>