Shades of Aquamarine #6FF0DF
Tints of Aquamarine #6FF0DF
RGB
CMYK
RGB Variations
Color information
#6FF0DF (or 0x6FF0DF) is known color: Aquamarine. HEX triplet: 6F, F0 and DF. RGB value is (111,240,223). Sum of RGB (Red+Green+Blue) = 111+240+223=574 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.34% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF0DF is #900F20. Grayscale: #C7C7C7. Windows color (decimal): -9441057 or 14676079. OLE color: 14676079.
HSL color Cylindrical-coordinate representation of color #6FF0DF: hue angle of 172.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF0DF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 223 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.06 |
| HSL | 172.09º | 0.81% | 0.69% | - |
| HSV(B) | 172.09º | 0.54% | 0.94% | - |
| XYZ | 51.03 | 71.03 | 80.83 | - |
| YUV | 199.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 223 | 0.54 | 0 | 0.07 | 0.06 | 172.09 | 0.81 | 0.69 |
| Hex | 6F | F0 | DF | 36 | 0 | 7 | 6 | AC | 51 | 45 |
| Octal | 157 | 360 | 337 | 66 | 0 | 7 | 6 | 254 | 121 | 105 |
| Binary | 1101111 | 11110000 | 11011111 | 110110 | 0 | 111 | 110 | 10101100 | 1010001 | 1000101 |
Color Harmonies of #6FF0DF
Complementary color
Monochromatic Colors of #6FF0DF
Black with #6FF0DF
Text Example
Text Example
White with #6FF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0DF; }
p { color: rgb(111,240,223); }
H1.HeaderClassName
{
color: #6FF0DF;
}
.AnyTagClassName
{
color: #6FF0DF;
}
</style>
background-color css
<style>
a { background-color: #6FF0DF; }
a { background-color: rgb(111,240,223); }
div.DivClassName
{
background-color: #6FF0DF;
}
.BgClassName
{
background-color: #6FF0DF;
}
</style>
border-color css
<style>
span { border-color: #6FF0DF; }
span { border-color: rgb(111,240,223); }
td.TdClassName
{
border-color: #6FF0DF;
}
.TagClassName
{
border-color: #6FF0DF;
}
</style>