Shades of Aquamarine #96FDD3
Tints of Aquamarine #96FDD3
RGB
CMYK
RGB Variations
Color information
#96FDD3 (or 0x96FDD3) is known color: Aquamarine. HEX triplet: 96, FD and D3. RGB value is (150,253,211). Sum of RGB (Red+Green+Blue) = 150+253+211=614 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.43% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDD3 is #69022C. Grayscale: #D9D9D9. Windows color (decimal): -6881837 or 13893014. OLE color: 13893014.
HSL color Cylindrical-coordinate representation of color #96FDD3: hue angle of 155.53º 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 #96FDD3 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 253 | 211 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.01 |
| HSL | 155.53º | 0.96% | 0.79% | - |
| HSV(B) | 155.53º | 0.41% | 0.99% | - |
| XYZ | 59.46 | 81.44 | 74.21 | - |
| YUV | 217.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 253 | 211 | 0.41 | 0 | 0.17 | 0.01 | 155.53 | 0.96 | 0.79 |
| Hex | 96 | FD | D3 | 29 | 0 | 11 | 1 | 9C | 60 | 4F |
| Octal | 226 | 375 | 323 | 51 | 0 | 21 | 1 | 234 | 140 | 117 |
| Binary | 10010110 | 11111101 | 11010011 | 101001 | 0 | 10001 | 1 | 10011100 | 1100000 | 1001111 |
Color Harmonies of #96FDD3
Complementary color
Monochromatic Colors of #96FDD3
Black with #96FDD3
Text Example
Text Example
White with #96FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FDD3; }
p { color: rgb(150,253,211); }
H1.HeaderClassName
{
color: #96FDD3;
}
.AnyTagClassName
{
color: #96FDD3;
}
</style>
background-color css
<style>
a { background-color: #96FDD3; }
a { background-color: rgb(150,253,211); }
div.DivClassName
{
background-color: #96FDD3;
}
.BgClassName
{
background-color: #96FDD3;
}
</style>
border-color css
<style>
span { border-color: #96FDD3; }
span { border-color: rgb(150,253,211); }
td.TdClassName
{
border-color: #96FDD3;
}
.TagClassName
{
border-color: #96FDD3;
}
</style>