Shades of Aquamarine #6CFCBF
Tints of Aquamarine #6CFCBF
RGB
CMYK
RGB Variations
Color information
#6CFCBF (or 0x6CFCBF) is known color: Aquamarine. HEX triplet: 6C, FC and BF. RGB value is (108,252,191). Sum of RGB (Red+Green+Blue) = 108+252+191=551 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.60% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFCBF is #930340. Grayscale: #CACACA. Windows color (decimal): -9634625 or 12581996. OLE color: 12581996.
HSL color Cylindrical-coordinate representation of color #6CFCBF: hue angle of 154.58º 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 #6CFCBF is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 191 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.01 |
| HSL | 154.58º | 0.96% | 0.71% | - |
| HSV(B) | 154.58º | 0.57% | 0.99% | - |
| XYZ | 50.4 | 76.57 | 61.41 | - |
| YUV | 201.99 | 121.79 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 191 | 0.57 | 0 | 0.24 | 0.01 | 154.58 | 0.96 | 0.71 |
| Hex | 6C | FC | BF | 39 | 0 | 18 | 1 | 9B | 60 | 47 |
| Octal | 154 | 374 | 277 | 71 | 0 | 30 | 1 | 233 | 140 | 107 |
| Binary | 1101100 | 11111100 | 10111111 | 111001 | 0 | 11000 | 1 | 10011011 | 1100000 | 1000111 |
Color Harmonies of #6CFCBF
Complementary color
Monochromatic Colors of #6CFCBF
Black with #6CFCBF
Text Example
Text Example
White with #6CFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCBF; }
p { color: rgb(108,252,191); }
H1.HeaderClassName
{
color: #6CFCBF;
}
.AnyTagClassName
{
color: #6CFCBF;
}
</style>
background-color css
<style>
a { background-color: #6CFCBF; }
a { background-color: rgb(108,252,191); }
div.DivClassName
{
background-color: #6CFCBF;
}
.BgClassName
{
background-color: #6CFCBF;
}
</style>
border-color css
<style>
span { border-color: #6CFCBF; }
span { border-color: rgb(108,252,191); }
td.TdClassName
{
border-color: #6CFCBF;
}
.TagClassName
{
border-color: #6CFCBF;
}
</style>