Shades of Aquamarine #6CFFAC
Tints of Aquamarine #6CFFAC
RGB
CMYK
RGB Variations
Color information
#6CFFAC (or 0x6CFFAC) is known color: Aquamarine. HEX triplet: 6C, FF and AC. RGB value is (108,255,172). Sum of RGB (Red+Green+Blue) = 108+255+172=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFFAC is #930053. Grayscale: #C9C9C9. Windows color (decimal): -9633876 or 11337580. OLE color: 11337580.
HSL color Cylindrical-coordinate representation of color #6CFFAC: hue angle of 146.12º 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 #6CFFAC is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 172 | - |
| CMYK | 0.58 | 0 | 0.33 | 0 |
| HSL | 146.12º | 1% | 0.71% | - |
| HSV(B) | 146.12º | 0.58% | 1% | - |
| XYZ | 49.39 | 77.69 | 51.42 | - |
| YUV | 201.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 172 | 0.58 | 0 | 0.33 | 0 | 146.12 | 1 | 0.71 |
| Hex | 6C | FF | AC | 3A | 0 | 21 | 0 | 92 | 64 | 47 |
| Octal | 154 | 377 | 254 | 72 | 0 | 41 | 0 | 222 | 144 | 107 |
| Binary | 1101100 | 11111111 | 10101100 | 111010 | 0 | 100001 | 0 | 10010010 | 1100100 | 1000111 |
Color Harmonies of #6CFFAC
Complementary color
Monochromatic Colors of #6CFFAC
Black with #6CFFAC
Text Example
Text Example
White with #6CFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFAC; }
p { color: rgb(108,255,172); }
H1.HeaderClassName
{
color: #6CFFAC;
}
.AnyTagClassName
{
color: #6CFFAC;
}
</style>
background-color css
<style>
a { background-color: #6CFFAC; }
a { background-color: rgb(108,255,172); }
div.DivClassName
{
background-color: #6CFFAC;
}
.BgClassName
{
background-color: #6CFFAC;
}
</style>
border-color css
<style>
span { border-color: #6CFFAC; }
span { border-color: rgb(108,255,172); }
td.TdClassName
{
border-color: #6CFFAC;
}
.TagClassName
{
border-color: #6CFFAC;
}
</style>