Shades of Aquamarine #69F2DB
Tints of Aquamarine #69F2DB
RGB
CMYK
RGB Variations
Color information
#69F2DB (or 0x69F2DB) is known color: Aquamarine. HEX triplet: 69, F2 and DB. RGB value is (105,242,219). Sum of RGB (Red+Green+Blue) = 105+242+219=566 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.55% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #69F2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F2DB is #960D24. Grayscale: #C6C6C6. Windows color (decimal): -9833765 or 14414441. OLE color: 14414441.
HSL color Cylindrical-coordinate representation of color #69F2DB: hue angle of 169.93º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F2DB is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 219 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.05 |
| HSL | 169.93º | 0.84% | 0.68% | - |
| HSV(B) | 169.93º | 0.57% | 0.95% | - |
| XYZ | 50.36 | 71.62 | 78.19 | - |
| YUV | 198.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 219 | 0.57 | 0 | 0.10 | 0.05 | 169.93 | 0.84 | 0.68 |
| Hex | 69 | F2 | DB | 39 | 0 | A | 5 | AA | 54 | 44 |
| Octal | 151 | 362 | 333 | 71 | 0 | 12 | 5 | 252 | 124 | 104 |
| Binary | 1101001 | 11110010 | 11011011 | 111001 | 0 | 1010 | 101 | 10101010 | 1010100 | 1000100 |
Color Harmonies of #69F2DB
Complementary color
Monochromatic Colors of #69F2DB
Black with #69F2DB
Text Example
Text Example
White with #69F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F2DB; }
p { color: rgb(105,242,219); }
H1.HeaderClassName
{
color: #69F2DB;
}
.AnyTagClassName
{
color: #69F2DB;
}
</style>
background-color css
<style>
a { background-color: #69F2DB; }
a { background-color: rgb(105,242,219); }
div.DivClassName
{
background-color: #69F2DB;
}
.BgClassName
{
background-color: #69F2DB;
}
</style>
border-color css
<style>
span { border-color: #69F2DB; }
span { border-color: rgb(105,242,219); }
td.TdClassName
{
border-color: #69F2DB;
}
.TagClassName
{
border-color: #69F2DB;
}
</style>