Shades of Aquamarine #69FDAB
Tints of Aquamarine #69FDAB
RGB
CMYK
RGB Variations
Color information
#69FDAB (or 0x69FDAB) is known color: Aquamarine. HEX triplet: 69, FD and AB. RGB value is (105,253,171). Sum of RGB (Red+Green+Blue) = 105+253+171=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FDAB is #960254. Grayscale: #C7C7C7. Windows color (decimal): -9830997 or 11271529. OLE color: 11271529.
HSL color Cylindrical-coordinate representation of color #69FDAB: hue angle of 146.76º degrees, saturation: 0.97, 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 #69FDAB is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 253 | 171 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.01 |
| HSL | 146.76º | 0.97% | 0.7% | - |
| HSV(B) | 146.76º | 0.58% | 0.99% | - |
| XYZ | 48.3 | 76.19 | 50.69 | - |
| YUV | 199.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 253 | 171 | 0.58 | 0 | 0.32 | 0.01 | 146.76 | 0.97 | 0.7 |
| Hex | 69 | FD | AB | 3A | 0 | 20 | 1 | 93 | 61 | 46 |
| Octal | 151 | 375 | 253 | 72 | 0 | 40 | 1 | 223 | 141 | 106 |
| Binary | 1101001 | 11111101 | 10101011 | 111010 | 0 | 100000 | 1 | 10010011 | 1100001 | 1000110 |
Color Harmonies of #69FDAB
Complementary color
Monochromatic Colors of #69FDAB
Black with #69FDAB
Text Example
Text Example
White with #69FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FDAB; }
p { color: rgb(105,253,171); }
H1.HeaderClassName
{
color: #69FDAB;
}
.AnyTagClassName
{
color: #69FDAB;
}
</style>
background-color css
<style>
a { background-color: #69FDAB; }
a { background-color: rgb(105,253,171); }
div.DivClassName
{
background-color: #69FDAB;
}
.BgClassName
{
background-color: #69FDAB;
}
</style>
border-color css
<style>
span { border-color: #69FDAB; }
span { border-color: rgb(105,253,171); }
td.TdClassName
{
border-color: #69FDAB;
}
.TagClassName
{
border-color: #69FDAB;
}
</style>