Shades of Magic Mint #A8F0CC
Tints of Magic Mint #A8F0CC
RGB
CMYK
RGB Variations
Color information
#A8F0CC (or 0xA8F0CC) is known color: Magic Mint. HEX triplet: A8, F0 and CC. RGB value is (168,240,204). Sum of RGB (Red+Green+Blue) = 168+240+204=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0CC is #570F33. Grayscale: #D6D6D6. Windows color (decimal): -5705524 or 13430952. OLE color: 13430952.
HSL color Cylindrical-coordinate representation of color #A8F0CC: hue angle of 150º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0CC is Cyan = 0.3, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 168 | 240 | 204 | - |
CMYK | 0.3 | 0 | 0.15 | 0.06 |
HSL | 150º | 0.71% | 0.8% | - |
HSV(B) | 150º | 0.3% | 0.94% | - |
XYZ | 58.21 | 75 | 68.54 | - |
YUV | 214.37 | 122.15 | 94.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 240 | 204 | 0.3 | 0 | 0.15 | 0.06 | 150 | 0.71 | 0.8 |
Hex | A8 | F0 | CC | 1E | 0 | F | 6 | 96 | 47 | 50 |
Octal | 250 | 360 | 314 | 36 | 0 | 17 | 6 | 226 | 107 | 120 |
Binary | 10101000 | 11110000 | 11001100 | 11110 | 0 | 1111 | 110 | 10010110 | 1000111 | 1010000 |
Color Harmonies of #A8F0CC
Complementary color
Monochromatic Colors of #A8F0CC
Black with #A8F0CC
Text Example
Text Example
White with #A8F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0CC; }
p { color: rgb(168,240,204); }
H1.HeaderClassName
{
color: #A8F0CC;
}
.AnyTagClassName
{
color: #A8F0CC;
}
</style>
background-color css
<style>
a { background-color: #A8F0CC; }
a { background-color: rgb(168,240,204); }
div.DivClassName
{
background-color: #A8F0CC;
}
.BgClassName
{
background-color: #A8F0CC;
}
</style>
border-color css
<style>
span { border-color: #A8F0CC; }
span { border-color: rgb(168,240,204); }
td.TdClassName
{
border-color: #A8F0CC;
}
.TagClassName
{
border-color: #A8F0CC;
}
</style>