Shades of Aquamarine #6FF6DF
Tints of Aquamarine #6FF6DF
RGB
CMYK
RGB Variations
Color information
#6FF6DF (or 0x6FF6DF) is known color: Aquamarine. HEX triplet: 6F, F6 and DF. RGB value is (111,246,223). Sum of RGB (Red+Green+Blue) = 111+246+223=580 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.14% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #6FF6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF6DF is #900920. Grayscale: #CACACA. Windows color (decimal): -9439521 or 14677615. OLE color: 14677615.
HSL color Cylindrical-coordinate representation of color #6FF6DF: hue angle of 169.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF6DF is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 246 | 223 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.04 |
| HSL | 169.78º | 0.88% | 0.7% | - |
| HSV(B) | 169.78º | 0.55% | 0.96% | - |
| XYZ | 52.83 | 74.62 | 81.43 | - |
| YUV | 203.01 | 139.27 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 246 | 223 | 0.55 | 0 | 0.09 | 0.04 | 169.78 | 0.88 | 0.7 |
| Hex | 6F | F6 | DF | 37 | 0 | 9 | 4 | AA | 58 | 46 |
| Octal | 157 | 366 | 337 | 67 | 0 | 11 | 4 | 252 | 130 | 106 |
| Binary | 1101111 | 11110110 | 11011111 | 110111 | 0 | 1001 | 100 | 10101010 | 1011000 | 1000110 |
Color Harmonies of #6FF6DF
Complementary color
Monochromatic Colors of #6FF6DF
Black with #6FF6DF
Text Example
Text Example
White with #6FF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF6DF; }
p { color: rgb(111,246,223); }
H1.HeaderClassName
{
color: #6FF6DF;
}
.AnyTagClassName
{
color: #6FF6DF;
}
</style>
background-color css
<style>
a { background-color: #6FF6DF; }
a { background-color: rgb(111,246,223); }
div.DivClassName
{
background-color: #6FF6DF;
}
.BgClassName
{
background-color: #6FF6DF;
}
</style>
border-color css
<style>
span { border-color: #6FF6DF; }
span { border-color: rgb(111,246,223); }
td.TdClassName
{
border-color: #6FF6DF;
}
.TagClassName
{
border-color: #6FF6DF;
}
</style>