Shades of Aquamarine #6CFFBC
Tints of Aquamarine #6CFFBC
RGB
CMYK
RGB Variations
Color information
#6CFFBC (or 0x6CFFBC) is known color: Aquamarine. HEX triplet: 6C, FF and BC. RGB value is (108,255,188). Sum of RGB (Red+Green+Blue) = 108+255+188=551 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.60% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFFBC is #930043. Grayscale: #CBCBCB. Windows color (decimal): -9633860 or 12386156. OLE color: 12386156.
HSL color Cylindrical-coordinate representation of color #6CFFBC: hue angle of 152.65º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFFBC is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 188 | - |
| CMYK | 0.58 | 0 | 0.26 | 0 |
| HSL | 152.65º | 1% | 0.71% | - |
| HSV(B) | 152.65º | 0.58% | 1% | - |
| XYZ | 51.02 | 78.34 | 60.01 | - |
| YUV | 203.41 | 119.3 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 188 | 0.58 | 0 | 0.26 | 0 | 152.65 | 1 | 0.71 |
| Hex | 6C | FF | BC | 3A | 0 | 1A | 0 | 99 | 64 | 47 |
| Octal | 154 | 377 | 274 | 72 | 0 | 32 | 0 | 231 | 144 | 107 |
| Binary | 1101100 | 11111111 | 10111100 | 111010 | 0 | 11010 | 0 | 10011001 | 1100100 | 1000111 |
Color Harmonies of #6CFFBC
Complementary color
Monochromatic Colors of #6CFFBC
Black with #6CFFBC
Text Example
Text Example
White with #6CFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFBC; }
p { color: rgb(108,255,188); }
H1.HeaderClassName
{
color: #6CFFBC;
}
.AnyTagClassName
{
color: #6CFFBC;
}
</style>
background-color css
<style>
a { background-color: #6CFFBC; }
a { background-color: rgb(108,255,188); }
div.DivClassName
{
background-color: #6CFFBC;
}
.BgClassName
{
background-color: #6CFFBC;
}
</style>
border-color css
<style>
span { border-color: #6CFFBC; }
span { border-color: rgb(108,255,188); }
td.TdClassName
{
border-color: #6CFFBC;
}
.TagClassName
{
border-color: #6CFFBC;
}
</style>