Shades of Aquamarine #96FBDD
Tints of Aquamarine #96FBDD
RGB
CMYK
RGB Variations
Color information
#96FBDD (or 0x96FBDD) is known color: Aquamarine. HEX triplet: 96, FB and DD. RGB value is (150,251,221). Sum of RGB (Red+Green+Blue) = 150+251+221=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FBDD is #690422. Grayscale: #D9D9D9. Windows color (decimal): -6882339 or 14547862. OLE color: 14547862.
HSL color Cylindrical-coordinate representation of color #96FBDD: hue angle of 162.18º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBDD is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 251 | 221 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.02 |
| HSL | 162.18º | 0.93% | 0.79% | - |
| HSV(B) | 162.18º | 0.4% | 0.98% | - |
| XYZ | 60.13 | 80.7 | 80.81 | - |
| YUV | 217.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 251 | 221 | 0.40 | 0 | 0.12 | 0.02 | 162.18 | 0.93 | 0.79 |
| Hex | 96 | FB | DD | 28 | 0 | C | 2 | A2 | 5D | 4F |
| Octal | 226 | 373 | 335 | 50 | 0 | 14 | 2 | 242 | 135 | 117 |
| Binary | 10010110 | 11111011 | 11011101 | 101000 | 0 | 1100 | 10 | 10100010 | 1011101 | 1001111 |
Color Harmonies of #96FBDD
Complementary color
Monochromatic Colors of #96FBDD
Black with #96FBDD
Text Example
Text Example
White with #96FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FBDD; }
p { color: rgb(150,251,221); }
H1.HeaderClassName
{
color: #96FBDD;
}
.AnyTagClassName
{
color: #96FBDD;
}
</style>
background-color css
<style>
a { background-color: #96FBDD; }
a { background-color: rgb(150,251,221); }
div.DivClassName
{
background-color: #96FBDD;
}
.BgClassName
{
background-color: #96FBDD;
}
</style>
border-color css
<style>
span { border-color: #96FBDD; }
span { border-color: rgb(150,251,221); }
td.TdClassName
{
border-color: #96FBDD;
}
.TagClassName
{
border-color: #96FBDD;
}
</style>