Shades of Magic Mint #A8FBD2
Tints of Magic Mint #A8FBD2
RGB
CMYK
RGB Variations
Color information
#A8FBD2 (or 0xA8FBD2) is known color: Magic Mint. HEX triplet: A8, FB and D2. RGB value is (168,251,210). Sum of RGB (Red+Green+Blue) = 168+251+210=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBD2 is #57042D. Grayscale: #DDDDDD. Windows color (decimal): -5702702 or 13826984. OLE color: 13826984.
HSL color Cylindrical-coordinate representation of color #A8FBD2: hue angle of 150.36º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBD2 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 251 | 210 | - |
CMYK | 0.33 | 0 | 0.16 | 0.02 |
HSL | 150.36º | 0.91% | 0.82% | - |
HSV(B) | 150.36º | 0.33% | 0.98% | - |
XYZ | 62.28 | 81.97 | 73.51 | - |
YUV | 221.51 | 121.5 | 89.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 251 | 210 | 0.33 | 0 | 0.16 | 0.02 | 150.36 | 0.91 | 0.82 |
Hex | A8 | FB | D2 | 21 | 0 | 10 | 2 | 96 | 5B | 52 |
Octal | 250 | 373 | 322 | 41 | 0 | 20 | 2 | 226 | 133 | 122 |
Binary | 10101000 | 11111011 | 11010010 | 100001 | 0 | 10000 | 10 | 10010110 | 1011011 | 1010010 |
Color Harmonies of #A8FBD2
Complementary color
Monochromatic Colors of #A8FBD2
Black with #A8FBD2
Text Example
Text Example
White with #A8FBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBD2; }
p { color: rgb(168,251,210); }
H1.HeaderClassName
{
color: #A8FBD2;
}
.AnyTagClassName
{
color: #A8FBD2;
}
</style>
background-color css
<style>
a { background-color: #A8FBD2; }
a { background-color: rgb(168,251,210); }
div.DivClassName
{
background-color: #A8FBD2;
}
.BgClassName
{
background-color: #A8FBD2;
}
</style>
border-color css
<style>
span { border-color: #A8FBD2; }
span { border-color: rgb(168,251,210); }
td.TdClassName
{
border-color: #A8FBD2;
}
.TagClassName
{
border-color: #A8FBD2;
}
</style>