Shades of Aquamarine #6AFBCC
Tints of Aquamarine #6AFBCC
RGB
CMYK
RGB Variations
Color information
#6AFBCC (or 0x6AFBCC) is known color: Aquamarine. HEX triplet: 6A, FB and CC. RGB value is (106,251,204). Sum of RGB (Red+Green+Blue) = 106+251+204=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBCC is #950433. Grayscale: #CACACA. Windows color (decimal): -9765940 or 13433706. OLE color: 13433706.
HSL color Cylindrical-coordinate representation of color #6AFBCC: hue angle of 160.55º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBCC is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 204 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.02 |
| HSL | 160.55º | 0.95% | 0.7% | - |
| HSV(B) | 160.55º | 0.58% | 0.98% | - |
| XYZ | 51.34 | 76.42 | 69.17 | - |
| YUV | 202.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 204 | 0.58 | 0 | 0.19 | 0.02 | 160.55 | 0.95 | 0.7 |
| Hex | 6A | FB | CC | 3A | 0 | 13 | 2 | A1 | 5F | 46 |
| Octal | 152 | 373 | 314 | 72 | 0 | 23 | 2 | 241 | 137 | 106 |
| Binary | 1101010 | 11111011 | 11001100 | 111010 | 0 | 10011 | 10 | 10100001 | 1011111 | 1000110 |
Color Harmonies of #6AFBCC
Complementary color
Monochromatic Colors of #6AFBCC
Black with #6AFBCC
Text Example
Text Example
White with #6AFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFBCC; }
p { color: rgb(106,251,204); }
H1.HeaderClassName
{
color: #6AFBCC;
}
.AnyTagClassName
{
color: #6AFBCC;
}
</style>
background-color css
<style>
a { background-color: #6AFBCC; }
a { background-color: rgb(106,251,204); }
div.DivClassName
{
background-color: #6AFBCC;
}
.BgClassName
{
background-color: #6AFBCC;
}
</style>
border-color css
<style>
span { border-color: #6AFBCC; }
span { border-color: rgb(106,251,204); }
td.TdClassName
{
border-color: #6AFBCC;
}
.TagClassName
{
border-color: #6AFBCC;
}
</style>