Shades of Aquamarine #6CFFBA
Tints of Aquamarine #6CFFBA
RGB
CMYK
RGB Variations
Color information
#6CFFBA (or 0x6CFFBA) is known color: Aquamarine. HEX triplet: 6C, FF and BA. RGB value is (108,255,186). Sum of RGB (Red+Green+Blue) = 108+255+186=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFFBA is #930045. Grayscale: #CBCBCB. Windows color (decimal): -9633862 or 12255084. OLE color: 12255084.
HSL color Cylindrical-coordinate representation of color #6CFFBA: hue angle of 151.84º 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 #6CFFBA is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 186 | - |
| CMYK | 0.58 | 0 | 0.27 | 0 |
| HSL | 151.84º | 1% | 0.71% | - |
| HSV(B) | 151.84º | 0.58% | 1% | - |
| XYZ | 50.81 | 78.25 | 58.88 | - |
| YUV | 203.18 | 118.3 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 186 | 0.58 | 0 | 0.27 | 0 | 151.84 | 1 | 0.71 |
| Hex | 6C | FF | BA | 3A | 0 | 1B | 0 | 98 | 64 | 47 |
| Octal | 154 | 377 | 272 | 72 | 0 | 33 | 0 | 230 | 144 | 107 |
| Binary | 1101100 | 11111111 | 10111010 | 111010 | 0 | 11011 | 0 | 10011000 | 1100100 | 1000111 |
Color Harmonies of #6CFFBA
Complementary color
Monochromatic Colors of #6CFFBA
Black with #6CFFBA
Text Example
Text Example
White with #6CFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFBA; }
p { color: rgb(108,255,186); }
H1.HeaderClassName
{
color: #6CFFBA;
}
.AnyTagClassName
{
color: #6CFFBA;
}
</style>
background-color css
<style>
a { background-color: #6CFFBA; }
a { background-color: rgb(108,255,186); }
div.DivClassName
{
background-color: #6CFFBA;
}
.BgClassName
{
background-color: #6CFFBA;
}
</style>
border-color css
<style>
span { border-color: #6CFFBA; }
span { border-color: rgb(108,255,186); }
td.TdClassName
{
border-color: #6CFFBA;
}
.TagClassName
{
border-color: #6CFFBA;
}
</style>