Shades of Aquamarine #96FCE0
Tints of Aquamarine #96FCE0
RGB
CMYK
RGB Variations
Color information
#96FCE0 (or 0x96FCE0) is known color: Aquamarine. HEX triplet: 96, FC and E0. RGB value is (150,252,224). Sum of RGB (Red+Green+Blue) = 150+252+224=626 (82% of max value = 765). Red value is 150 (58.98% from 255 or 23.96% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCE0 is #69031F. Grayscale: #DADADA. Windows color (decimal): -6882080 or 14744726. OLE color: 14744726.
HSL color Cylindrical-coordinate representation of color #96FCE0: hue angle of 163.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCE0 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 224 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.01 |
| HSL | 163.53º | 0.94% | 0.79% | - |
| HSV(B) | 163.53º | 0.4% | 0.99% | - |
| XYZ | 60.84 | 81.49 | 83.04 | - |
| YUV | 218.31 | 131.21 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 224 | 0.40 | 0 | 0.11 | 0.01 | 163.53 | 0.94 | 0.79 |
| Hex | 96 | FC | E0 | 28 | 0 | B | 1 | A4 | 5E | 4F |
| Octal | 226 | 374 | 340 | 50 | 0 | 13 | 1 | 244 | 136 | 117 |
| Binary | 10010110 | 11111100 | 11100000 | 101000 | 0 | 1011 | 1 | 10100100 | 1011110 | 1001111 |
Color Harmonies of #96FCE0
Complementary color
Monochromatic Colors of #96FCE0
Black with #96FCE0
Text Example
Text Example
White with #96FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCE0; }
p { color: rgb(150,252,224); }
H1.HeaderClassName
{
color: #96FCE0;
}
.AnyTagClassName
{
color: #96FCE0;
}
</style>
background-color css
<style>
a { background-color: #96FCE0; }
a { background-color: rgb(150,252,224); }
div.DivClassName
{
background-color: #96FCE0;
}
.BgClassName
{
background-color: #96FCE0;
}
</style>
border-color css
<style>
span { border-color: #96FCE0; }
span { border-color: rgb(150,252,224); }
td.TdClassName
{
border-color: #96FCE0;
}
.TagClassName
{
border-color: #96FCE0;
}
</style>