Shades of Aquamarine #6CFCB9
Tints of Aquamarine #6CFCB9
RGB
CMYK
RGB Variations
Color information
#6CFCB9 (or 0x6CFCB9) is known color: Aquamarine. HEX triplet: 6C, FC and B9. RGB value is (108,252,185). Sum of RGB (Red+Green+Blue) = 108+252+185=545 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.82% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFCB9 is #930346. Grayscale: #C9C9C9. Windows color (decimal): -9634631 or 12188780. OLE color: 12188780.
HSL color Cylindrical-coordinate representation of color #6CFCB9: hue angle of 152.08º 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 #6CFCB9 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 185 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.01 |
| HSL | 152.08º | 0.96% | 0.71% | - |
| HSV(B) | 152.08º | 0.57% | 0.99% | - |
| XYZ | 49.75 | 76.31 | 58.01 | - |
| YUV | 201.31 | 118.79 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 185 | 0.57 | 0 | 0.27 | 0.01 | 152.08 | 0.96 | 0.71 |
| Hex | 6C | FC | B9 | 39 | 0 | 1B | 1 | 98 | 60 | 47 |
| Octal | 154 | 374 | 271 | 71 | 0 | 33 | 1 | 230 | 140 | 107 |
| Binary | 1101100 | 11111100 | 10111001 | 111001 | 0 | 11011 | 1 | 10011000 | 1100000 | 1000111 |
Color Harmonies of #6CFCB9
Complementary color
Monochromatic Colors of #6CFCB9
Black with #6CFCB9
Text Example
Text Example
White with #6CFCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCB9; }
p { color: rgb(108,252,185); }
H1.HeaderClassName
{
color: #6CFCB9;
}
.AnyTagClassName
{
color: #6CFCB9;
}
</style>
background-color css
<style>
a { background-color: #6CFCB9; }
a { background-color: rgb(108,252,185); }
div.DivClassName
{
background-color: #6CFCB9;
}
.BgClassName
{
background-color: #6CFCB9;
}
</style>
border-color css
<style>
span { border-color: #6CFCB9; }
span { border-color: rgb(108,252,185); }
td.TdClassName
{
border-color: #6CFCB9;
}
.TagClassName
{
border-color: #6CFCB9;
}
</style>