Shades of Aquamarine #97F9DE
Tints of Aquamarine #97F9DE
RGB
CMYK
RGB Variations
Color information
#97F9DE (or 0x97F9DE) is known color: Aquamarine. HEX triplet: 97, F9 and DE. RGB value is (151,249,222). Sum of RGB (Red+Green+Blue) = 151+249+222=622 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.28% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #97F9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F9DE is #680621. Grayscale: #D8D8D8. Windows color (decimal): -6817314 or 14612887. OLE color: 14612887.
HSL color Cylindrical-coordinate representation of color #97F9DE: hue angle of 163.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F9DE is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 249 | 222 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.02 |
| HSL | 163.47º | 0.89% | 0.78% | - |
| HSV(B) | 163.47º | 0.39% | 0.98% | - |
| XYZ | 59.82 | 79.6 | 81.32 | - |
| YUV | 216.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 249 | 222 | 0.39 | 0 | 0.11 | 0.02 | 163.47 | 0.89 | 0.78 |
| Hex | 97 | F9 | DE | 27 | 0 | B | 2 | A3 | 59 | 4E |
| Octal | 227 | 371 | 336 | 47 | 0 | 13 | 2 | 243 | 131 | 116 |
| Binary | 10010111 | 11111001 | 11011110 | 100111 | 0 | 1011 | 10 | 10100011 | 1011001 | 1001110 |
Color Harmonies of #97F9DE
Complementary color
Monochromatic Colors of #97F9DE
Black with #97F9DE
Text Example
Text Example
White with #97F9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F9DE; }
p { color: rgb(151,249,222); }
H1.HeaderClassName
{
color: #97F9DE;
}
.AnyTagClassName
{
color: #97F9DE;
}
</style>
background-color css
<style>
a { background-color: #97F9DE; }
a { background-color: rgb(151,249,222); }
div.DivClassName
{
background-color: #97F9DE;
}
.BgClassName
{
background-color: #97F9DE;
}
</style>
border-color css
<style>
span { border-color: #97F9DE; }
span { border-color: rgb(151,249,222); }
td.TdClassName
{
border-color: #97F9DE;
}
.TagClassName
{
border-color: #97F9DE;
}
</style>