Shades of Aquamarine #69FFCE
Tints of Aquamarine #69FFCE
RGB
CMYK
RGB Variations
Color information
#69FFCE (or 0x69FFCE) is known color: Aquamarine. HEX triplet: 69, FF and CE. RGB value is (105,255,206). Sum of RGB (Red+Green+Blue) = 105+255+206=566 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.55% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFCE is #960031. Grayscale: #CCCCCC. Windows color (decimal): -9830450 or 13565801. OLE color: 13565801.
HSL color Cylindrical-coordinate representation of color #69FFCE: hue angle of 160.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FFCE is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 206 | - |
| CMYK | 0.59 | 0 | 0.19 | 0 |
| HSL | 160.4º | 1% | 0.71% | - |
| HSV(B) | 160.4º | 0.59% | 1% | - |
| XYZ | 52.73 | 78.98 | 70.86 | - |
| YUV | 204.56 | 128.81 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 206 | 0.59 | 0 | 0.19 | 0 | 160.4 | 1 | 0.71 |
| Hex | 69 | FF | CE | 3B | 0 | 13 | 0 | A0 | 64 | 47 |
| Octal | 151 | 377 | 316 | 73 | 0 | 23 | 0 | 240 | 144 | 107 |
| Binary | 1101001 | 11111111 | 11001110 | 111011 | 0 | 10011 | 0 | 10100000 | 1100100 | 1000111 |
Color Harmonies of #69FFCE
Complementary color
Monochromatic Colors of #69FFCE
Black with #69FFCE
Text Example
Text Example
White with #69FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFCE; }
p { color: rgb(105,255,206); }
H1.HeaderClassName
{
color: #69FFCE;
}
.AnyTagClassName
{
color: #69FFCE;
}
</style>
background-color css
<style>
a { background-color: #69FFCE; }
a { background-color: rgb(105,255,206); }
div.DivClassName
{
background-color: #69FFCE;
}
.BgClassName
{
background-color: #69FFCE;
}
</style>
border-color css
<style>
span { border-color: #69FFCE; }
span { border-color: rgb(105,255,206); }
td.TdClassName
{
border-color: #69FFCE;
}
.TagClassName
{
border-color: #69FFCE;
}
</style>