Shades of Aquamarine #97FDE8
Tints of Aquamarine #97FDE8
RGB
CMYK
RGB Variations
Color information
#97FDE8 (or 0x97FDE8) is known color: Aquamarine. HEX triplet: 97, FD and E8. RGB value is (151,253,232). Sum of RGB (Red+Green+Blue) = 151+253+232=636 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.74% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #97FDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FDE8 is #680217. Grayscale: #DCDCDC. Windows color (decimal): -6816280 or 15269271. OLE color: 15269271.
HSL color Cylindrical-coordinate representation of color #97FDE8: hue angle of 167.65º degrees, saturation: 0.96, 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 #97FDE8 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 253 | 232 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.01 |
| HSL | 167.65º | 0.96% | 0.79% | - |
| HSV(B) | 167.65º | 0.4% | 0.99% | - |
| XYZ | 62.45 | 82.66 | 89.01 | - |
| YUV | 220.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 253 | 232 | 0.40 | 0 | 0.08 | 0.01 | 167.65 | 0.96 | 0.79 |
| Hex | 97 | FD | E8 | 28 | 0 | 8 | 1 | A8 | 60 | 4F |
| Octal | 227 | 375 | 350 | 50 | 0 | 10 | 1 | 250 | 140 | 117 |
| Binary | 10010111 | 11111101 | 11101000 | 101000 | 0 | 1000 | 1 | 10101000 | 1100000 | 1001111 |
Color Harmonies of #97FDE8
Complementary color
Monochromatic Colors of #97FDE8
Black with #97FDE8
Text Example
Text Example
White with #97FDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FDE8; }
p { color: rgb(151,253,232); }
H1.HeaderClassName
{
color: #97FDE8;
}
.AnyTagClassName
{
color: #97FDE8;
}
</style>
background-color css
<style>
a { background-color: #97FDE8; }
a { background-color: rgb(151,253,232); }
div.DivClassName
{
background-color: #97FDE8;
}
.BgClassName
{
background-color: #97FDE8;
}
</style>
border-color css
<style>
span { border-color: #97FDE8; }
span { border-color: rgb(151,253,232); }
td.TdClassName
{
border-color: #97FDE8;
}
.TagClassName
{
border-color: #97FDE8;
}
</style>