Shades of Aquamarine #6FFFAA
Tints of Aquamarine #6FFFAA
RGB
CMYK
RGB Variations
Color information
#6FFFAA (or 0x6FFFAA) is known color: Aquamarine. HEX triplet: 6F, FF and AA. RGB value is (111,255,170). Sum of RGB (Red+Green+Blue) = 111+255+170=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFFAA is #900055. Grayscale: #CACACA. Windows color (decimal): -9437270 or 11206511. OLE color: 11206511.
HSL color Cylindrical-coordinate representation of color #6FFFAA: hue angle of 144.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFAA is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 170 | - |
| CMYK | 0.56 | 0 | 0.33 | 0 |
| HSL | 144.58º | 1% | 0.72% | - |
| HSV(B) | 144.58º | 0.56% | 1% | - |
| XYZ | 49.57 | 77.8 | 50.43 | - |
| YUV | 202.25 | 109.79 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 170 | 0.56 | 0 | 0.33 | 0 | 144.58 | 1 | 0.72 |
| Hex | 6F | FF | AA | 38 | 0 | 21 | 0 | 91 | 64 | 48 |
| Octal | 157 | 377 | 252 | 70 | 0 | 41 | 0 | 221 | 144 | 110 |
| Binary | 1101111 | 11111111 | 10101010 | 111000 | 0 | 100001 | 0 | 10010001 | 1100100 | 1001000 |
Color Harmonies of #6FFFAA
Complementary color
Monochromatic Colors of #6FFFAA
Black with #6FFFAA
Text Example
Text Example
White with #6FFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFAA; }
p { color: rgb(111,255,170); }
H1.HeaderClassName
{
color: #6FFFAA;
}
.AnyTagClassName
{
color: #6FFFAA;
}
</style>
background-color css
<style>
a { background-color: #6FFFAA; }
a { background-color: rgb(111,255,170); }
div.DivClassName
{
background-color: #6FFFAA;
}
.BgClassName
{
background-color: #6FFFAA;
}
</style>
border-color css
<style>
span { border-color: #6FFFAA; }
span { border-color: rgb(111,255,170); }
td.TdClassName
{
border-color: #6FFFAA;
}
.TagClassName
{
border-color: #6FFFAA;
}
</style>