Shades of Aquamarine #6FF0CE
Tints of Aquamarine #6FF0CE
RGB
CMYK
RGB Variations
Color information
#6FF0CE (or 0x6FF0CE) is known color: Aquamarine. HEX triplet: 6F, F0 and CE. RGB value is (111,240,206). Sum of RGB (Red+Green+Blue) = 111+240+206=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF0CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF0CE is #900F31. Grayscale: #C5C5C5. Windows color (decimal): -9441074 or 13561967. OLE color: 13561967.
HSL color Cylindrical-coordinate representation of color #6FF0CE: hue angle of 164.19º 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 #6FF0CE is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 206 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.06 |
| HSL | 164.19º | 0.81% | 0.69% | - |
| HSV(B) | 164.19º | 0.54% | 0.94% | - |
| XYZ | 48.86 | 70.16 | 69.36 | - |
| YUV | 197.55 | 132.76 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 206 | 0.54 | 0 | 0.14 | 0.06 | 164.19 | 0.81 | 0.69 |
| Hex | 6F | F0 | CE | 36 | 0 | E | 6 | A4 | 51 | 45 |
| Octal | 157 | 360 | 316 | 66 | 0 | 16 | 6 | 244 | 121 | 105 |
| Binary | 1101111 | 11110000 | 11001110 | 110110 | 0 | 1110 | 110 | 10100100 | 1010001 | 1000101 |
Color Harmonies of #6FF0CE
Complementary color
Monochromatic Colors of #6FF0CE
Black with #6FF0CE
Text Example
Text Example
White with #6FF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0CE; }
p { color: rgb(111,240,206); }
H1.HeaderClassName
{
color: #6FF0CE;
}
.AnyTagClassName
{
color: #6FF0CE;
}
</style>
background-color css
<style>
a { background-color: #6FF0CE; }
a { background-color: rgb(111,240,206); }
div.DivClassName
{
background-color: #6FF0CE;
}
.BgClassName
{
background-color: #6FF0CE;
}
</style>
border-color css
<style>
span { border-color: #6FF0CE; }
span { border-color: rgb(111,240,206); }
td.TdClassName
{
border-color: #6FF0CE;
}
.TagClassName
{
border-color: #6FF0CE;
}
</style>