Shades of Aquamarine #6AFCD4
Tints of Aquamarine #6AFCD4
RGB
CMYK
RGB Variations
Color information
#6AFCD4 (or 0x6AFCD4) is known color: Aquamarine. HEX triplet: 6A, FC and D4. RGB value is (106,252,212). Sum of RGB (Red+Green+Blue) = 106+252+212=570 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.60% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCD4 is #95032B. Grayscale: #CBCBCB. Windows color (decimal): -9765676 or 13958250. OLE color: 13958250.
HSL color Cylindrical-coordinate representation of color #6AFCD4: hue angle of 163.56º 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 #6AFCD4 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 212 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.01 |
| HSL | 163.56º | 0.96% | 0.7% | - |
| HSV(B) | 163.56º | 0.58% | 0.99% | - |
| XYZ | 52.64 | 77.44 | 74.46 | - |
| YUV | 203.79 | 132.63 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 212 | 0.58 | 0 | 0.16 | 0.01 | 163.56 | 0.96 | 0.7 |
| Hex | 6A | FC | D4 | 3A | 0 | 10 | 1 | A4 | 60 | 46 |
| Octal | 152 | 374 | 324 | 72 | 0 | 20 | 1 | 244 | 140 | 106 |
| Binary | 1101010 | 11111100 | 11010100 | 111010 | 0 | 10000 | 1 | 10100100 | 1100000 | 1000110 |
Color Harmonies of #6AFCD4
Complementary color
Monochromatic Colors of #6AFCD4
Black with #6AFCD4
Text Example
Text Example
White with #6AFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFCD4; }
p { color: rgb(106,252,212); }
H1.HeaderClassName
{
color: #6AFCD4;
}
.AnyTagClassName
{
color: #6AFCD4;
}
</style>
background-color css
<style>
a { background-color: #6AFCD4; }
a { background-color: rgb(106,252,212); }
div.DivClassName
{
background-color: #6AFCD4;
}
.BgClassName
{
background-color: #6AFCD4;
}
</style>
border-color css
<style>
span { border-color: #6AFCD4; }
span { border-color: rgb(106,252,212); }
td.TdClassName
{
border-color: #6AFCD4;
}
.TagClassName
{
border-color: #6AFCD4;
}
</style>