Shades of Aquamarine #6CFCBA
Tints of Aquamarine #6CFCBA
RGB
CMYK
RGB Variations
Color information
#6CFCBA (or 0x6CFCBA) is known color: Aquamarine. HEX triplet: 6C, FC and BA. RGB value is (108,252,186). Sum of RGB (Red+Green+Blue) = 108+252+186=546 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.78% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFCBA is #930345. Grayscale: #C9C9C9. Windows color (decimal): -9634630 or 12254316. OLE color: 12254316.
HSL color Cylindrical-coordinate representation of color #6CFCBA: hue angle of 152.5º 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 #6CFCBA is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 186 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.01 |
| HSL | 152.5º | 0.96% | 0.71% | - |
| HSV(B) | 152.5º | 0.57% | 0.99% | - |
| XYZ | 49.86 | 76.35 | 58.56 | - |
| YUV | 201.42 | 119.29 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 186 | 0.57 | 0 | 0.26 | 0.01 | 152.5 | 0.96 | 0.71 |
| Hex | 6C | FC | BA | 39 | 0 | 1A | 1 | 98 | 60 | 47 |
| Octal | 154 | 374 | 272 | 71 | 0 | 32 | 1 | 230 | 140 | 107 |
| Binary | 1101100 | 11111100 | 10111010 | 111001 | 0 | 11010 | 1 | 10011000 | 1100000 | 1000111 |
Color Harmonies of #6CFCBA
Complementary color
Monochromatic Colors of #6CFCBA
Black with #6CFCBA
Text Example
Text Example
White with #6CFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCBA; }
p { color: rgb(108,252,186); }
H1.HeaderClassName
{
color: #6CFCBA;
}
.AnyTagClassName
{
color: #6CFCBA;
}
</style>
background-color css
<style>
a { background-color: #6CFCBA; }
a { background-color: rgb(108,252,186); }
div.DivClassName
{
background-color: #6CFCBA;
}
.BgClassName
{
background-color: #6CFCBA;
}
</style>
border-color css
<style>
span { border-color: #6CFCBA; }
span { border-color: rgb(108,252,186); }
td.TdClassName
{
border-color: #6CFCBA;
}
.TagClassName
{
border-color: #6CFCBA;
}
</style>