Shades of Aquamarine #6FFDDD
Tints of Aquamarine #6FFDDD
RGB
CMYK
RGB Variations
Color information
#6FFDDD (or 0x6FFDDD) is known color: Aquamarine. HEX triplet: 6F, FD and DD. RGB value is (111,253,221). Sum of RGB (Red+Green+Blue) = 111+253+221=585 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.97% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDDD is #900222. Grayscale: #CECECE. Windows color (decimal): -9437731 or 14548335. OLE color: 14548335.
HSL color Cylindrical-coordinate representation of color #6FFDDD: hue angle of 166.48º 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 #6FFDDD is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 221 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.01 |
| HSL | 166.48º | 0.97% | 0.71% | - |
| HSV(B) | 166.48º | 0.56% | 0.99% | - |
| XYZ | 54.73 | 78.85 | 80.74 | - |
| YUV | 206.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 221 | 0.56 | 0 | 0.13 | 0.01 | 166.48 | 0.97 | 0.71 |
| Hex | 6F | FD | DD | 38 | 0 | D | 1 | A6 | 61 | 47 |
| Octal | 157 | 375 | 335 | 70 | 0 | 15 | 1 | 246 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11011101 | 111000 | 0 | 1101 | 1 | 10100110 | 1100001 | 1000111 |
Color Harmonies of #6FFDDD
Complementary color
Monochromatic Colors of #6FFDDD
Black with #6FFDDD
Text Example
Text Example
White with #6FFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDDD; }
p { color: rgb(111,253,221); }
H1.HeaderClassName
{
color: #6FFDDD;
}
.AnyTagClassName
{
color: #6FFDDD;
}
</style>
background-color css
<style>
a { background-color: #6FFDDD; }
a { background-color: rgb(111,253,221); }
div.DivClassName
{
background-color: #6FFDDD;
}
.BgClassName
{
background-color: #6FFDDD;
}
</style>
border-color css
<style>
span { border-color: #6FFDDD; }
span { border-color: rgb(111,253,221); }
td.TdClassName
{
border-color: #6FFDDD;
}
.TagClassName
{
border-color: #6FFDDD;
}
</style>