Shades of Aquamarine #6FFDAB
Tints of Aquamarine #6FFDAB
RGB
CMYK
RGB Variations
Color information
#6FFDAB (or 0x6FFDAB) is known color: Aquamarine. HEX triplet: 6F, FD and AB. RGB value is (111,253,171). Sum of RGB (Red+Green+Blue) = 111+253+171=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFDAB is #900254. Grayscale: #C9C9C9. Windows color (decimal): -9437781 or 11271535. OLE color: 11271535.
HSL color Cylindrical-coordinate representation of color #6FFDAB: hue angle of 145.35º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFDAB is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 171 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.01 |
| HSL | 145.35º | 0.97% | 0.71% | - |
| HSV(B) | 145.35º | 0.56% | 0.99% | - |
| XYZ | 49.03 | 76.57 | 50.72 | - |
| YUV | 201.19 | 110.96 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 171 | 0.56 | 0 | 0.32 | 0.01 | 145.35 | 0.97 | 0.71 |
| Hex | 6F | FD | AB | 38 | 0 | 20 | 1 | 91 | 61 | 47 |
| Octal | 157 | 375 | 253 | 70 | 0 | 40 | 1 | 221 | 141 | 107 |
| Binary | 1101111 | 11111101 | 10101011 | 111000 | 0 | 100000 | 1 | 10010001 | 1100001 | 1000111 |
Color Harmonies of #6FFDAB
Complementary color
Monochromatic Colors of #6FFDAB
Black with #6FFDAB
Text Example
Text Example
White with #6FFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDAB; }
p { color: rgb(111,253,171); }
H1.HeaderClassName
{
color: #6FFDAB;
}
.AnyTagClassName
{
color: #6FFDAB;
}
</style>
background-color css
<style>
a { background-color: #6FFDAB; }
a { background-color: rgb(111,253,171); }
div.DivClassName
{
background-color: #6FFDAB;
}
.BgClassName
{
background-color: #6FFDAB;
}
</style>
border-color css
<style>
span { border-color: #6FFDAB; }
span { border-color: rgb(111,253,171); }
td.TdClassName
{
border-color: #6FFDAB;
}
.TagClassName
{
border-color: #6FFDAB;
}
</style>