Shades of Aquamarine #69FCDA
Tints of Aquamarine #69FCDA
RGB
CMYK
RGB Variations
Color information
#69FCDA (or 0x69FCDA) is known color: Aquamarine. HEX triplet: 69, FC and DA. RGB value is (105,252,218). Sum of RGB (Red+Green+Blue) = 105+252+218=575 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.26% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FCDA is #960325. Grayscale: #CCCCCC. Windows color (decimal): -9831206 or 14351465. OLE color: 14351465.
HSL color Cylindrical-coordinate representation of color #69FCDA: hue angle of 166.12º 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 #69FCDA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 252 | 218 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.01 |
| HSL | 166.12º | 0.96% | 0.7% | - |
| HSV(B) | 166.12º | 0.58% | 0.99% | - |
| XYZ | 53.29 | 77.69 | 78.52 | - |
| YUV | 204.17 | 135.8 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 252 | 218 | 0.58 | 0 | 0.13 | 0.01 | 166.12 | 0.96 | 0.7 |
| Hex | 69 | FC | DA | 3A | 0 | D | 1 | A6 | 60 | 46 |
| Octal | 151 | 374 | 332 | 72 | 0 | 15 | 1 | 246 | 140 | 106 |
| Binary | 1101001 | 11111100 | 11011010 | 111010 | 0 | 1101 | 1 | 10100110 | 1100000 | 1000110 |
Color Harmonies of #69FCDA
Complementary color
Monochromatic Colors of #69FCDA
Black with #69FCDA
Text Example
Text Example
White with #69FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FCDA; }
p { color: rgb(105,252,218); }
H1.HeaderClassName
{
color: #69FCDA;
}
.AnyTagClassName
{
color: #69FCDA;
}
</style>
background-color css
<style>
a { background-color: #69FCDA; }
a { background-color: rgb(105,252,218); }
div.DivClassName
{
background-color: #69FCDA;
}
.BgClassName
{
background-color: #69FCDA;
}
</style>
border-color css
<style>
span { border-color: #69FCDA; }
span { border-color: rgb(105,252,218); }
td.TdClassName
{
border-color: #69FCDA;
}
.TagClassName
{
border-color: #69FCDA;
}
</style>