Shades of Aquamarine #6CFCAF
Tints of Aquamarine #6CFCAF
RGB
CMYK
RGB Variations
Color information
#6CFCAF (or 0x6CFCAF) is known color: Aquamarine. HEX triplet: 6C, FC and AF. RGB value is (108,252,175). Sum of RGB (Red+Green+Blue) = 108+252+175=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFCAF is #930350. Grayscale: #C8C8C8. Windows color (decimal): -9634641 or 11533420. OLE color: 11533420.
HSL color Cylindrical-coordinate representation of color #6CFCAF: hue angle of 147.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFCAF is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 175 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.01 |
| HSL | 147.92º | 0.96% | 0.71% | - |
| HSV(B) | 147.92º | 0.57% | 0.99% | - |
| XYZ | 48.73 | 75.9 | 52.64 | - |
| YUV | 200.17 | 113.79 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 175 | 0.57 | 0 | 0.31 | 0.01 | 147.92 | 0.96 | 0.71 |
| Hex | 6C | FC | AF | 39 | 0 | 1F | 1 | 94 | 60 | 47 |
| Octal | 154 | 374 | 257 | 71 | 0 | 37 | 1 | 224 | 140 | 107 |
| Binary | 1101100 | 11111100 | 10101111 | 111001 | 0 | 11111 | 1 | 10010100 | 1100000 | 1000111 |
Color Harmonies of #6CFCAF
Complementary color
Monochromatic Colors of #6CFCAF
Black with #6CFCAF
Text Example
Text Example
White with #6CFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCAF; }
p { color: rgb(108,252,175); }
H1.HeaderClassName
{
color: #6CFCAF;
}
.AnyTagClassName
{
color: #6CFCAF;
}
</style>
background-color css
<style>
a { background-color: #6CFCAF; }
a { background-color: rgb(108,252,175); }
div.DivClassName
{
background-color: #6CFCAF;
}
.BgClassName
{
background-color: #6CFCAF;
}
</style>
border-color css
<style>
span { border-color: #6CFCAF; }
span { border-color: rgb(108,252,175); }
td.TdClassName
{
border-color: #6CFCAF;
}
.TagClassName
{
border-color: #6CFCAF;
}
</style>