Shades of Aquamarine #69FFAC
Tints of Aquamarine #69FFAC
RGB
CMYK
RGB Variations
Color information
#69FFAC (or 0x69FFAC) is known color: Aquamarine. HEX triplet: 69, FF and AC. RGB value is (105,255,172). Sum of RGB (Red+Green+Blue) = 105+255+172=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FFAC is #960053. Grayscale: #C8C8C8. Windows color (decimal): -9830484 or 11337577. OLE color: 11337577.
HSL color Cylindrical-coordinate representation of color #69FFAC: hue angle of 146.8º 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 #69FFAC is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 172 | - |
| CMYK | 0.59 | 0 | 0.33 | 0 |
| HSL | 146.8º | 1% | 0.71% | - |
| HSV(B) | 146.8º | 0.59% | 1% | - |
| XYZ | 49.03 | 77.5 | 51.4 | - |
| YUV | 200.69 | 111.81 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 172 | 0.59 | 0 | 0.33 | 0 | 146.8 | 1 | 0.71 |
| Hex | 69 | FF | AC | 3B | 0 | 21 | 0 | 93 | 64 | 47 |
| Octal | 151 | 377 | 254 | 73 | 0 | 41 | 0 | 223 | 144 | 107 |
| Binary | 1101001 | 11111111 | 10101100 | 111011 | 0 | 100001 | 0 | 10010011 | 1100100 | 1000111 |
Color Harmonies of #69FFAC
Complementary color
Monochromatic Colors of #69FFAC
Black with #69FFAC
Text Example
Text Example
White with #69FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFAC; }
p { color: rgb(105,255,172); }
H1.HeaderClassName
{
color: #69FFAC;
}
.AnyTagClassName
{
color: #69FFAC;
}
</style>
background-color css
<style>
a { background-color: #69FFAC; }
a { background-color: rgb(105,255,172); }
div.DivClassName
{
background-color: #69FFAC;
}
.BgClassName
{
background-color: #69FFAC;
}
</style>
border-color css
<style>
span { border-color: #69FFAC; }
span { border-color: rgb(105,255,172); }
td.TdClassName
{
border-color: #69FFAC;
}
.TagClassName
{
border-color: #69FFAC;
}
</style>