Shades of Aquamarine #69FCDB
Tints of Aquamarine #69FCDB
RGB
CMYK
RGB Variations
Color information
#69FCDB (or 0x69FCDB) is known color: Aquamarine. HEX triplet: 69, FC and DB. RGB value is (105,252,219). Sum of RGB (Red+Green+Blue) = 105+252+219=576 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.23% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FCDB is #960324. Grayscale: #CCCCCC. Windows color (decimal): -9831205 or 14417001. OLE color: 14417001.
HSL color Cylindrical-coordinate representation of color #69FCDB: hue angle of 166.53º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FCDB is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 252 | 219 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.01 |
| HSL | 166.53º | 0.96% | 0.7% | - |
| HSV(B) | 166.53º | 0.58% | 0.99% | - |
| XYZ | 53.42 | 77.74 | 79.21 | - |
| YUV | 204.29 | 136.3 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 252 | 219 | 0.58 | 0 | 0.13 | 0.01 | 166.53 | 0.96 | 0.7 |
| Hex | 69 | FC | DB | 3A | 0 | D | 1 | A7 | 60 | 46 |
| Octal | 151 | 374 | 333 | 72 | 0 | 15 | 1 | 247 | 140 | 106 |
| Binary | 1101001 | 11111100 | 11011011 | 111010 | 0 | 1101 | 1 | 10100111 | 1100000 | 1000110 |
Color Harmonies of #69FCDB
Complementary color
Monochromatic Colors of #69FCDB
Black with #69FCDB
Text Example
Text Example
White with #69FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FCDB; }
p { color: rgb(105,252,219); }
H1.HeaderClassName
{
color: #69FCDB;
}
.AnyTagClassName
{
color: #69FCDB;
}
</style>
background-color css
<style>
a { background-color: #69FCDB; }
a { background-color: rgb(105,252,219); }
div.DivClassName
{
background-color: #69FCDB;
}
.BgClassName
{
background-color: #69FCDB;
}
</style>
border-color css
<style>
span { border-color: #69FCDB; }
span { border-color: rgb(105,252,219); }
td.TdClassName
{
border-color: #69FCDB;
}
.TagClassName
{
border-color: #69FCDB;
}
</style>