Shades of Aquamarine #69FFAB
Tints of Aquamarine #69FFAB
RGB
CMYK
RGB Variations
Color information
#69FFAB (or 0x69FFAB) is known color: Aquamarine. HEX triplet: 69, FF and AB. RGB value is (105,255,171). Sum of RGB (Red+Green+Blue) = 105+255+171=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FFAB is #960054. Grayscale: #C8C8C8. Windows color (decimal): -9830485 or 11272041. OLE color: 11272041.
HSL color Cylindrical-coordinate representation of color #69FFAB: hue angle of 146.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 #69FFAB is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 171 | - |
| CMYK | 0.59 | 0 | 0.33 | 0 |
| HSL | 146.4º | 1% | 0.71% | - |
| HSV(B) | 146.4º | 0.59% | 1% | - |
| XYZ | 48.94 | 77.46 | 50.9 | - |
| YUV | 200.57 | 111.31 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 171 | 0.59 | 0 | 0.33 | 0 | 146.4 | 1 | 0.71 |
| Hex | 69 | FF | AB | 3B | 0 | 21 | 0 | 92 | 64 | 47 |
| Octal | 151 | 377 | 253 | 73 | 0 | 41 | 0 | 222 | 144 | 107 |
| Binary | 1101001 | 11111111 | 10101011 | 111011 | 0 | 100001 | 0 | 10010010 | 1100100 | 1000111 |
Color Harmonies of #69FFAB
Complementary color
Monochromatic Colors of #69FFAB
Black with #69FFAB
Text Example
Text Example
White with #69FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFAB; }
p { color: rgb(105,255,171); }
H1.HeaderClassName
{
color: #69FFAB;
}
.AnyTagClassName
{
color: #69FFAB;
}
</style>
background-color css
<style>
a { background-color: #69FFAB; }
a { background-color: rgb(105,255,171); }
div.DivClassName
{
background-color: #69FFAB;
}
.BgClassName
{
background-color: #69FFAB;
}
</style>
border-color css
<style>
span { border-color: #69FFAB; }
span { border-color: rgb(105,255,171); }
td.TdClassName
{
border-color: #69FFAB;
}
.TagClassName
{
border-color: #69FFAB;
}
</style>