Shades of Aquamarine #6CFFAB
Tints of Aquamarine #6CFFAB
RGB
CMYK
RGB Variations
Color information
#6CFFAB (or 0x6CFFAB) is known color: Aquamarine. HEX triplet: 6C, FF and AB. RGB value is (108,255,171). Sum of RGB (Red+Green+Blue) = 108+255+171=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFFAB is #930054. Grayscale: #C9C9C9. Windows color (decimal): -9633877 or 11272044. OLE color: 11272044.
HSL color Cylindrical-coordinate representation of color #6CFFAB: hue angle of 145.71º 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 #6CFFAB is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 171 | - |
| CMYK | 0.58 | 0 | 0.33 | 0 |
| HSL | 145.71º | 1% | 0.71% | - |
| HSV(B) | 145.71º | 0.58% | 1% | - |
| XYZ | 49.3 | 77.65 | 50.92 | - |
| YUV | 201.47 | 110.8 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 171 | 0.58 | 0 | 0.33 | 0 | 145.71 | 1 | 0.71 |
| Hex | 6C | FF | AB | 3A | 0 | 21 | 0 | 92 | 64 | 47 |
| Octal | 154 | 377 | 253 | 72 | 0 | 41 | 0 | 222 | 144 | 107 |
| Binary | 1101100 | 11111111 | 10101011 | 111010 | 0 | 100001 | 0 | 10010010 | 1100100 | 1000111 |
Color Harmonies of #6CFFAB
Complementary color
Monochromatic Colors of #6CFFAB
Black with #6CFFAB
Text Example
Text Example
White with #6CFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFAB; }
p { color: rgb(108,255,171); }
H1.HeaderClassName
{
color: #6CFFAB;
}
.AnyTagClassName
{
color: #6CFFAB;
}
</style>
background-color css
<style>
a { background-color: #6CFFAB; }
a { background-color: rgb(108,255,171); }
div.DivClassName
{
background-color: #6CFFAB;
}
.BgClassName
{
background-color: #6CFFAB;
}
</style>
border-color css
<style>
span { border-color: #6CFFAB; }
span { border-color: rgb(108,255,171); }
td.TdClassName
{
border-color: #6CFFAB;
}
.TagClassName
{
border-color: #6CFFAB;
}
</style>