Shades of Aquamarine #6AFCCC
Tints of Aquamarine #6AFCCC
RGB
CMYK
RGB Variations
Color information
#6AFCCC (or 0x6AFCCC) is known color: Aquamarine. HEX triplet: 6A, FC and CC. RGB value is (106,252,204). Sum of RGB (Red+Green+Blue) = 106+252+204=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCCC is #950333. Grayscale: #CACACA. Windows color (decimal): -9765684 or 13433962. OLE color: 13433962.
HSL color Cylindrical-coordinate representation of color #6AFCCC: hue angle of 160.27º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFCCC is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 204 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.01 |
| HSL | 160.27º | 0.96% | 0.7% | - |
| HSV(B) | 160.27º | 0.58% | 0.99% | - |
| XYZ | 51.65 | 77.04 | 69.28 | - |
| YUV | 202.87 | 128.63 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 204 | 0.58 | 0 | 0.19 | 0.01 | 160.27 | 0.96 | 0.7 |
| Hex | 6A | FC | CC | 3A | 0 | 13 | 1 | A0 | 60 | 46 |
| Octal | 152 | 374 | 314 | 72 | 0 | 23 | 1 | 240 | 140 | 106 |
| Binary | 1101010 | 11111100 | 11001100 | 111010 | 0 | 10011 | 1 | 10100000 | 1100000 | 1000110 |
Color Harmonies of #6AFCCC
Complementary color
Monochromatic Colors of #6AFCCC
Black with #6AFCCC
Text Example
Text Example
White with #6AFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFCCC; }
p { color: rgb(106,252,204); }
H1.HeaderClassName
{
color: #6AFCCC;
}
.AnyTagClassName
{
color: #6AFCCC;
}
</style>
background-color css
<style>
a { background-color: #6AFCCC; }
a { background-color: rgb(106,252,204); }
div.DivClassName
{
background-color: #6AFCCC;
}
.BgClassName
{
background-color: #6AFCCC;
}
</style>
border-color css
<style>
span { border-color: #6AFCCC; }
span { border-color: rgb(106,252,204); }
td.TdClassName
{
border-color: #6AFCCC;
}
.TagClassName
{
border-color: #6AFCCC;
}
</style>