Shades of Aquamarine #96FDDC
Tints of Aquamarine #96FDDC
RGB
CMYK
RGB Variations
Color information
#96FDDC (or 0x96FDDC) is known color: Aquamarine. HEX triplet: 96, FD and DC. RGB value is (150,253,220). Sum of RGB (Red+Green+Blue) = 150+253+220=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDDC is #690223. Grayscale: #DADADA. Windows color (decimal): -6881828 or 14482838. OLE color: 14482838.
HSL color Cylindrical-coordinate representation of color #96FDDC: hue angle of 160.78º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FDDC is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 253 | 220 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.01 |
| HSL | 160.78º | 0.96% | 0.79% | - |
| HSV(B) | 160.78º | 0.41% | 0.99% | - |
| XYZ | 60.62 | 81.9 | 80.32 | - |
| YUV | 218.44 | 128.88 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 253 | 220 | 0.41 | 0 | 0.13 | 0.01 | 160.78 | 0.96 | 0.79 |
| Hex | 96 | FD | DC | 29 | 0 | D | 1 | A1 | 60 | 4F |
| Octal | 226 | 375 | 334 | 51 | 0 | 15 | 1 | 241 | 140 | 117 |
| Binary | 10010110 | 11111101 | 11011100 | 101001 | 0 | 1101 | 1 | 10100001 | 1100000 | 1001111 |
Color Harmonies of #96FDDC
Complementary color
Monochromatic Colors of #96FDDC
Black with #96FDDC
Text Example
Text Example
White with #96FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FDDC; }
p { color: rgb(150,253,220); }
H1.HeaderClassName
{
color: #96FDDC;
}
.AnyTagClassName
{
color: #96FDDC;
}
</style>
background-color css
<style>
a { background-color: #96FDDC; }
a { background-color: rgb(150,253,220); }
div.DivClassName
{
background-color: #96FDDC;
}
.BgClassName
{
background-color: #96FDDC;
}
</style>
border-color css
<style>
span { border-color: #96FDDC; }
span { border-color: rgb(150,253,220); }
td.TdClassName
{
border-color: #96FDDC;
}
.TagClassName
{
border-color: #96FDDC;
}
</style>