Shades of Aquamarine #6CFCAC
Tints of Aquamarine #6CFCAC
RGB
CMYK
RGB Variations
Color information
#6CFCAC (or 0x6CFCAC) is known color: Aquamarine. HEX triplet: 6C, FC and AC. RGB value is (108,252,172). Sum of RGB (Red+Green+Blue) = 108+252+172=532 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.30% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFCAC is #930353. Grayscale: #C8C8C8. Windows color (decimal): -9634644 or 11336812. OLE color: 11336812.
HSL color Cylindrical-coordinate representation of color #6CFCAC: hue angle of 146.67º 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 #6CFCAC is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 172 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.01 |
| HSL | 146.67º | 0.96% | 0.71% | - |
| HSV(B) | 146.67º | 0.57% | 0.99% | - |
| XYZ | 48.44 | 75.79 | 51.11 | - |
| YUV | 199.82 | 112.29 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 172 | 0.57 | 0 | 0.32 | 0.01 | 146.67 | 0.96 | 0.71 |
| Hex | 6C | FC | AC | 39 | 0 | 20 | 1 | 93 | 60 | 47 |
| Octal | 154 | 374 | 254 | 71 | 0 | 40 | 1 | 223 | 140 | 107 |
| Binary | 1101100 | 11111100 | 10101100 | 111001 | 0 | 100000 | 1 | 10010011 | 1100000 | 1000111 |
Color Harmonies of #6CFCAC
Complementary color
Monochromatic Colors of #6CFCAC
Black with #6CFCAC
Text Example
Text Example
White with #6CFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCAC; }
p { color: rgb(108,252,172); }
H1.HeaderClassName
{
color: #6CFCAC;
}
.AnyTagClassName
{
color: #6CFCAC;
}
</style>
background-color css
<style>
a { background-color: #6CFCAC; }
a { background-color: rgb(108,252,172); }
div.DivClassName
{
background-color: #6CFCAC;
}
.BgClassName
{
background-color: #6CFCAC;
}
</style>
border-color css
<style>
span { border-color: #6CFCAC; }
span { border-color: rgb(108,252,172); }
td.TdClassName
{
border-color: #6CFCAC;
}
.TagClassName
{
border-color: #6CFCAC;
}
</style>