Shades of Aquamarine #6BFFCC
Tints of Aquamarine #6BFFCC
RGB
CMYK
RGB Variations
Color information
#6BFFCC (or 0x6BFFCC) is known color: Aquamarine. HEX triplet: 6B, FF and CC. RGB value is (107,255,204). Sum of RGB (Red+Green+Blue) = 107+255+204=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFCC is #940033. Grayscale: #CCCCCC. Windows color (decimal): -9699380 or 13434731. OLE color: 13434731.
HSL color Cylindrical-coordinate representation of color #6BFFCC: hue angle of 159.32º 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 #6BFFCC is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 204 | - |
| CMYK | 0.58 | 0 | 0.2 | 0 |
| HSL | 159.32º | 1% | 0.71% | - |
| HSV(B) | 159.32º | 0.58% | 1% | - |
| XYZ | 52.72 | 79.01 | 69.6 | - |
| YUV | 204.93 | 127.47 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 204 | 0.58 | 0 | 0.2 | 0 | 159.32 | 1 | 0.71 |
| Hex | 6B | FF | CC | 3A | 0 | 14 | 0 | 9F | 64 | 47 |
| Octal | 153 | 377 | 314 | 72 | 0 | 24 | 0 | 237 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11001100 | 111010 | 0 | 10100 | 0 | 10011111 | 1100100 | 1000111 |
Color Harmonies of #6BFFCC
Complementary color
Monochromatic Colors of #6BFFCC
Black with #6BFFCC
Text Example
Text Example
White with #6BFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFCC; }
p { color: rgb(107,255,204); }
H1.HeaderClassName
{
color: #6BFFCC;
}
.AnyTagClassName
{
color: #6BFFCC;
}
</style>
background-color css
<style>
a { background-color: #6BFFCC; }
a { background-color: rgb(107,255,204); }
div.DivClassName
{
background-color: #6BFFCC;
}
.BgClassName
{
background-color: #6BFFCC;
}
</style>
border-color css
<style>
span { border-color: #6BFFCC; }
span { border-color: rgb(107,255,204); }
td.TdClassName
{
border-color: #6BFFCC;
}
.TagClassName
{
border-color: #6BFFCC;
}
</style>