Shades of Aquamarine #6AFDCD
Tints of Aquamarine #6AFDCD
RGB
CMYK
RGB Variations
Color information
#6AFDCD (or 0x6AFDCD) is known color: Aquamarine. HEX triplet: 6A, FD and CD. RGB value is (106,253,205). Sum of RGB (Red+Green+Blue) = 106+253+205=564 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.79% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDCD is #950232. Grayscale: #CBCBCB. Windows color (decimal): -9765427 or 13499754. OLE color: 13499754.
HSL color Cylindrical-coordinate representation of color #6AFDCD: hue angle of 160.41º 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 #6AFDCD is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 205 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.01 |
| HSL | 160.41º | 0.97% | 0.7% | - |
| HSV(B) | 160.41º | 0.58% | 0.99% | - |
| XYZ | 52.09 | 77.72 | 70.01 | - |
| YUV | 203.58 | 128.8 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 205 | 0.58 | 0 | 0.19 | 0.01 | 160.41 | 0.97 | 0.7 |
| Hex | 6A | FD | CD | 3A | 0 | 13 | 1 | A0 | 61 | 46 |
| Octal | 152 | 375 | 315 | 72 | 0 | 23 | 1 | 240 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11001101 | 111010 | 0 | 10011 | 1 | 10100000 | 1100001 | 1000110 |
Color Harmonies of #6AFDCD
Complementary color
Monochromatic Colors of #6AFDCD
Black with #6AFDCD
Text Example
Text Example
White with #6AFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDCD; }
p { color: rgb(106,253,205); }
H1.HeaderClassName
{
color: #6AFDCD;
}
.AnyTagClassName
{
color: #6AFDCD;
}
</style>
background-color css
<style>
a { background-color: #6AFDCD; }
a { background-color: rgb(106,253,205); }
div.DivClassName
{
background-color: #6AFDCD;
}
.BgClassName
{
background-color: #6AFDCD;
}
</style>
border-color css
<style>
span { border-color: #6AFDCD; }
span { border-color: rgb(106,253,205); }
td.TdClassName
{
border-color: #6AFDCD;
}
.TagClassName
{
border-color: #6AFDCD;
}
</style>