Shades of Aquamarine #6FFFCF
Tints of Aquamarine #6FFFCF
RGB
CMYK
RGB Variations
Color information
#6FFFCF (or 0x6FFFCF) is known color: Aquamarine. HEX triplet: 6F, FF and CF. RGB value is (111,255,207). Sum of RGB (Red+Green+Blue) = 111+255+207=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFCF is #900030. Grayscale: #CECECE. Windows color (decimal): -9437233 or 13631343. OLE color: 13631343.
HSL color Cylindrical-coordinate representation of color #6FFFCF: hue angle of 160º 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 #6FFFCF is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 207 | - |
| CMYK | 0.56 | 0 | 0.19 | 0 |
| HSL | 160º | 1% | 0.72% | - |
| HSV(B) | 160º | 0.56% | 1% | - |
| XYZ | 53.58 | 79.4 | 71.53 | - |
| YUV | 206.47 | 128.29 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 207 | 0.56 | 0 | 0.19 | 0 | 160 | 1 | 0.72 |
| Hex | 6F | FF | CF | 38 | 0 | 13 | 0 | A0 | 64 | 48 |
| Octal | 157 | 377 | 317 | 70 | 0 | 23 | 0 | 240 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11001111 | 111000 | 0 | 10011 | 0 | 10100000 | 1100100 | 1001000 |
Color Harmonies of #6FFFCF
Complementary color
Monochromatic Colors of #6FFFCF
Black with #6FFFCF
Text Example
Text Example
White with #6FFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFCF; }
p { color: rgb(111,255,207); }
H1.HeaderClassName
{
color: #6FFFCF;
}
.AnyTagClassName
{
color: #6FFFCF;
}
</style>
background-color css
<style>
a { background-color: #6FFFCF; }
a { background-color: rgb(111,255,207); }
div.DivClassName
{
background-color: #6FFFCF;
}
.BgClassName
{
background-color: #6FFFCF;
}
</style>
border-color css
<style>
span { border-color: #6FFFCF; }
span { border-color: rgb(111,255,207); }
td.TdClassName
{
border-color: #6FFFCF;
}
.TagClassName
{
border-color: #6FFFCF;
}
</style>