Shades of Aquamarine #6CFCBB
Tints of Aquamarine #6CFCBB
RGB
CMYK
RGB Variations
Color information
#6CFCBB (or 0x6CFCBB) is known color: Aquamarine. HEX triplet: 6C, FC and BB. RGB value is (108,252,187). Sum of RGB (Red+Green+Blue) = 108+252+187=547 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.74% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFCBB is #930344. Grayscale: #C9C9C9. Windows color (decimal): -9634629 or 12319852. OLE color: 12319852.
HSL color Cylindrical-coordinate representation of color #6CFCBB: hue angle of 152.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 #6CFCBB is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 187 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.01 |
| HSL | 152.92º | 0.96% | 0.71% | - |
| HSV(B) | 152.92º | 0.57% | 0.99% | - |
| XYZ | 49.96 | 76.4 | 59.13 | - |
| YUV | 201.53 | 119.79 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 187 | 0.57 | 0 | 0.26 | 0.01 | 152.92 | 0.96 | 0.71 |
| Hex | 6C | FC | BB | 39 | 0 | 1A | 1 | 99 | 60 | 47 |
| Octal | 154 | 374 | 273 | 71 | 0 | 32 | 1 | 231 | 140 | 107 |
| Binary | 1101100 | 11111100 | 10111011 | 111001 | 0 | 11010 | 1 | 10011001 | 1100000 | 1000111 |
Color Harmonies of #6CFCBB
Complementary color
Monochromatic Colors of #6CFCBB
Black with #6CFCBB
Text Example
Text Example
White with #6CFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCBB; }
p { color: rgb(108,252,187); }
H1.HeaderClassName
{
color: #6CFCBB;
}
.AnyTagClassName
{
color: #6CFCBB;
}
</style>
background-color css
<style>
a { background-color: #6CFCBB; }
a { background-color: rgb(108,252,187); }
div.DivClassName
{
background-color: #6CFCBB;
}
.BgClassName
{
background-color: #6CFCBB;
}
</style>
border-color css
<style>
span { border-color: #6CFCBB; }
span { border-color: rgb(108,252,187); }
td.TdClassName
{
border-color: #6CFCBB;
}
.TagClassName
{
border-color: #6CFCBB;
}
</style>