Shades of Aquamarine #6FFFD7
Tints of Aquamarine #6FFFD7
RGB
CMYK
RGB Variations
Color information
#6FFFD7 (or 0x6FFFD7) is known color: Aquamarine. HEX triplet: 6F, FF and D7. RGB value is (111,255,215). Sum of RGB (Red+Green+Blue) = 111+255+215=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFD7 is #900028. Grayscale: #CFCFCF. Windows color (decimal): -9437225 or 14155631. OLE color: 14155631.
HSL color Cylindrical-coordinate representation of color #6FFFD7: hue angle of 163.33º 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 #6FFFD7 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 215 | - |
| CMYK | 0.56 | 0 | 0.16 | 0 |
| HSL | 163.33º | 1% | 0.72% | - |
| HSV(B) | 163.33º | 0.56% | 1% | - |
| XYZ | 54.58 | 79.81 | 76.82 | - |
| YUV | 207.38 | 132.29 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 215 | 0.56 | 0 | 0.16 | 0 | 163.33 | 1 | 0.72 |
| Hex | 6F | FF | D7 | 38 | 0 | 10 | 0 | A3 | 64 | 48 |
| Octal | 157 | 377 | 327 | 70 | 0 | 20 | 0 | 243 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11010111 | 111000 | 0 | 10000 | 0 | 10100011 | 1100100 | 1001000 |
Color Harmonies of #6FFFD7
Complementary color
Monochromatic Colors of #6FFFD7
Black with #6FFFD7
Text Example
Text Example
White with #6FFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFD7; }
p { color: rgb(111,255,215); }
H1.HeaderClassName
{
color: #6FFFD7;
}
.AnyTagClassName
{
color: #6FFFD7;
}
</style>
background-color css
<style>
a { background-color: #6FFFD7; }
a { background-color: rgb(111,255,215); }
div.DivClassName
{
background-color: #6FFFD7;
}
.BgClassName
{
background-color: #6FFFD7;
}
</style>
border-color css
<style>
span { border-color: #6FFFD7; }
span { border-color: rgb(111,255,215); }
td.TdClassName
{
border-color: #6FFFD7;
}
.TagClassName
{
border-color: #6FFFD7;
}
</style>