Shades of Aquamarine #6FFFDD
Tints of Aquamarine #6FFFDD
RGB
CMYK
RGB Variations
Color information
#6FFFDD (or 0x6FFFDD) is known color: Aquamarine. HEX triplet: 6F, FF and DD. RGB value is (111,255,221). Sum of RGB (Red+Green+Blue) = 111+255+221=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFDD is #900022. Grayscale: #D0D0D0. Windows color (decimal): -9437219 or 14548847. OLE color: 14548847.
HSL color Cylindrical-coordinate representation of color #6FFFDD: hue angle of 165.83º 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 #6FFFDD is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 221 | - |
| CMYK | 0.56 | 0 | 0.13 | 0 |
| HSL | 165.83º | 1% | 0.72% | - |
| HSV(B) | 165.83º | 0.56% | 1% | - |
| XYZ | 55.37 | 80.12 | 80.95 | - |
| YUV | 208.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 221 | 0.56 | 0 | 0.13 | 0 | 165.83 | 1 | 0.72 |
| Hex | 6F | FF | DD | 38 | 0 | D | 0 | A6 | 64 | 48 |
| Octal | 157 | 377 | 335 | 70 | 0 | 15 | 0 | 246 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11011101 | 111000 | 0 | 1101 | 0 | 10100110 | 1100100 | 1001000 |
Color Harmonies of #6FFFDD
Complementary color
Monochromatic Colors of #6FFFDD
Black with #6FFFDD
Text Example
Text Example
White with #6FFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFDD; }
p { color: rgb(111,255,221); }
H1.HeaderClassName
{
color: #6FFFDD;
}
.AnyTagClassName
{
color: #6FFFDD;
}
</style>
background-color css
<style>
a { background-color: #6FFFDD; }
a { background-color: rgb(111,255,221); }
div.DivClassName
{
background-color: #6FFFDD;
}
.BgClassName
{
background-color: #6FFFDD;
}
</style>
border-color css
<style>
span { border-color: #6FFFDD; }
span { border-color: rgb(111,255,221); }
td.TdClassName
{
border-color: #6FFFDD;
}
.TagClassName
{
border-color: #6FFFDD;
}
</style>