Shades of Aquamarine #6CF5D7
Tints of Aquamarine #6CF5D7
RGB
CMYK
RGB Variations
Color information
#6CF5D7 (or 0x6CF5D7) is known color: Aquamarine. HEX triplet: 6C, F5 and D7. RGB value is (108,245,215). Sum of RGB (Red+Green+Blue) = 108+245+215=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #6CF5D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF5D7 is #930A28. Grayscale: #C8C8C8. Windows color (decimal): -9636393 or 14153068. OLE color: 14153068.
HSL color Cylindrical-coordinate representation of color #6CF5D7: hue angle of 166.86º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF5D7 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 245 | 215 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.04 |
| HSL | 166.86º | 0.87% | 0.69% | - |
| HSV(B) | 166.86º | 0.56% | 0.96% | - |
| XYZ | 51.1 | 73.4 | 75.76 | - |
| YUV | 200.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 245 | 215 | 0.56 | 0 | 0.12 | 0.04 | 166.86 | 0.87 | 0.69 |
| Hex | 6C | F5 | D7 | 38 | 0 | C | 4 | A7 | 57 | 45 |
| Octal | 154 | 365 | 327 | 70 | 0 | 14 | 4 | 247 | 127 | 105 |
| Binary | 1101100 | 11110101 | 11010111 | 111000 | 0 | 1100 | 100 | 10100111 | 1010111 | 1000101 |
Color Harmonies of #6CF5D7
Complementary color
Monochromatic Colors of #6CF5D7
Black with #6CF5D7
Text Example
Text Example
White with #6CF5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF5D7; }
p { color: rgb(108,245,215); }
H1.HeaderClassName
{
color: #6CF5D7;
}
.AnyTagClassName
{
color: #6CF5D7;
}
</style>
background-color css
<style>
a { background-color: #6CF5D7; }
a { background-color: rgb(108,245,215); }
div.DivClassName
{
background-color: #6CF5D7;
}
.BgClassName
{
background-color: #6CF5D7;
}
</style>
border-color css
<style>
span { border-color: #6CF5D7; }
span { border-color: rgb(108,245,215); }
td.TdClassName
{
border-color: #6CF5D7;
}
.TagClassName
{
border-color: #6CF5D7;
}
</style>