Shades of Aquamarine #6AFDCC
Tints of Aquamarine #6AFDCC
RGB
CMYK
RGB Variations
Color information
#6AFDCC (or 0x6AFDCC) is known color: Aquamarine. HEX triplet: 6A, FD and CC. RGB value is (106,253,204). Sum of RGB (Red+Green+Blue) = 106+253+204=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDCC is #950233. Grayscale: #CBCBCB. Windows color (decimal): -9765428 or 13434218. OLE color: 13434218.
HSL color Cylindrical-coordinate representation of color #6AFDCC: hue angle of 160º degrees, saturation: 0.97, 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 #6AFDCC is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 204 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.01 |
| HSL | 160º | 0.97% | 0.7% | - |
| HSV(B) | 160º | 0.58% | 0.99% | - |
| XYZ | 51.97 | 77.67 | 69.38 | - |
| YUV | 203.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 204 | 0.58 | 0 | 0.19 | 0.01 | 160 | 0.97 | 0.7 |
| Hex | 6A | FD | CC | 3A | 0 | 13 | 1 | A0 | 61 | 46 |
| Octal | 152 | 375 | 314 | 72 | 0 | 23 | 1 | 240 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11001100 | 111010 | 0 | 10011 | 1 | 10100000 | 1100001 | 1000110 |
Color Harmonies of #6AFDCC
Complementary color
Monochromatic Colors of #6AFDCC
Black with #6AFDCC
Text Example
Text Example
White with #6AFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDCC; }
p { color: rgb(106,253,204); }
H1.HeaderClassName
{
color: #6AFDCC;
}
.AnyTagClassName
{
color: #6AFDCC;
}
</style>
background-color css
<style>
a { background-color: #6AFDCC; }
a { background-color: rgb(106,253,204); }
div.DivClassName
{
background-color: #6AFDCC;
}
.BgClassName
{
background-color: #6AFDCC;
}
</style>
border-color css
<style>
span { border-color: #6AFDCC; }
span { border-color: rgb(106,253,204); }
td.TdClassName
{
border-color: #6AFDCC;
}
.TagClassName
{
border-color: #6AFDCC;
}
</style>