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