Shades of Aquamarine #97FCDB
Tints of Aquamarine #97FCDB
RGB
CMYK
RGB Variations
Color information
#97FCDB (or 0x97FCDB) is known color: Aquamarine. HEX triplet: 97, FC and DB. RGB value is (151,252,219). Sum of RGB (Red+Green+Blue) = 151+252+219=622 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.28% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #97FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FCDB is #680324. Grayscale: #DADADA. Windows color (decimal): -6816549 or 14417047. OLE color: 14417047.
HSL color Cylindrical-coordinate representation of color #97FCDB: hue angle of 160.4º 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 #97FCDB is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 252 | 219 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.01 |
| HSL | 160.4º | 0.94% | 0.79% | - |
| HSV(B) | 160.4º | 0.4% | 0.99% | - |
| XYZ | 60.36 | 81.31 | 79.53 | - |
| YUV | 218.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 252 | 219 | 0.40 | 0 | 0.13 | 0.01 | 160.4 | 0.94 | 0.79 |
| Hex | 97 | FC | DB | 28 | 0 | D | 1 | A0 | 5E | 4F |
| Octal | 227 | 374 | 333 | 50 | 0 | 15 | 1 | 240 | 136 | 117 |
| Binary | 10010111 | 11111100 | 11011011 | 101000 | 0 | 1101 | 1 | 10100000 | 1011110 | 1001111 |
Color Harmonies of #97FCDB
Complementary color
Monochromatic Colors of #97FCDB
Black with #97FCDB
Text Example
Text Example
White with #97FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FCDB; }
p { color: rgb(151,252,219); }
H1.HeaderClassName
{
color: #97FCDB;
}
.AnyTagClassName
{
color: #97FCDB;
}
</style>
background-color css
<style>
a { background-color: #97FCDB; }
a { background-color: rgb(151,252,219); }
div.DivClassName
{
background-color: #97FCDB;
}
.BgClassName
{
background-color: #97FCDB;
}
</style>
border-color css
<style>
span { border-color: #97FCDB; }
span { border-color: rgb(151,252,219); }
td.TdClassName
{
border-color: #97FCDB;
}
.TagClassName
{
border-color: #97FCDB;
}
</style>