Shades of Aquamarine #6AFBCD
Tints of Aquamarine #6AFBCD
RGB
CMYK
RGB Variations
Color information
#6AFBCD (or 0x6AFBCD) is known color: Aquamarine. HEX triplet: 6A, FB and CD. RGB value is (106,251,205). Sum of RGB (Red+Green+Blue) = 106+251+205=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBCD is #950432. Grayscale: #CACACA. Windows color (decimal): -9765939 or 13499242. OLE color: 13499242.
HSL color Cylindrical-coordinate representation of color #6AFBCD: hue angle of 160.97º 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 #6AFBCD is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 205 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.02 |
| HSL | 160.97º | 0.95% | 0.7% | - |
| HSV(B) | 160.97º | 0.58% | 0.98% | - |
| XYZ | 51.46 | 76.47 | 69.8 | - |
| YUV | 202.4 | 129.46 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 205 | 0.58 | 0 | 0.18 | 0.02 | 160.97 | 0.95 | 0.7 |
| Hex | 6A | FB | CD | 3A | 0 | 12 | 2 | A1 | 5F | 46 |
| Octal | 152 | 373 | 315 | 72 | 0 | 22 | 2 | 241 | 137 | 106 |
| Binary | 1101010 | 11111011 | 11001101 | 111010 | 0 | 10010 | 10 | 10100001 | 1011111 | 1000110 |
Color Harmonies of #6AFBCD
Complementary color
Monochromatic Colors of #6AFBCD
Black with #6AFBCD
Text Example
Text Example
White with #6AFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFBCD; }
p { color: rgb(106,251,205); }
H1.HeaderClassName
{
color: #6AFBCD;
}
.AnyTagClassName
{
color: #6AFBCD;
}
</style>
background-color css
<style>
a { background-color: #6AFBCD; }
a { background-color: rgb(106,251,205); }
div.DivClassName
{
background-color: #6AFBCD;
}
.BgClassName
{
background-color: #6AFBCD;
}
</style>
border-color css
<style>
span { border-color: #6AFBCD; }
span { border-color: rgb(106,251,205); }
td.TdClassName
{
border-color: #6AFBCD;
}
.TagClassName
{
border-color: #6AFBCD;
}
</style>