Shades of Aquamarine #6AFDD3
Tints of Aquamarine #6AFDD3
RGB
CMYK
RGB Variations
Color information
#6AFDD3 (or 0x6AFDD3) is known color: Aquamarine. HEX triplet: 6A, FD and D3. RGB value is (106,253,211). Sum of RGB (Red+Green+Blue) = 106+253+211=570 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.60% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDD3 is #95022C. Grayscale: #CCCCCC. Windows color (decimal): -9765421 or 13892970. OLE color: 13892970.
HSL color Cylindrical-coordinate representation of color #6AFDD3: hue angle of 162.86º 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 #6AFDD3 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 211 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.01 |
| HSL | 162.86º | 0.97% | 0.7% | - |
| HSV(B) | 162.86º | 0.58% | 0.99% | - |
| XYZ | 52.83 | 78.02 | 73.9 | - |
| YUV | 204.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 211 | 0.58 | 0 | 0.17 | 0.01 | 162.86 | 0.97 | 0.7 |
| Hex | 6A | FD | D3 | 3A | 0 | 11 | 1 | A3 | 61 | 46 |
| Octal | 152 | 375 | 323 | 72 | 0 | 21 | 1 | 243 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11010011 | 111010 | 0 | 10001 | 1 | 10100011 | 1100001 | 1000110 |
Color Harmonies of #6AFDD3
Complementary color
Monochromatic Colors of #6AFDD3
Black with #6AFDD3
Text Example
Text Example
White with #6AFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDD3; }
p { color: rgb(106,253,211); }
H1.HeaderClassName
{
color: #6AFDD3;
}
.AnyTagClassName
{
color: #6AFDD3;
}
</style>
background-color css
<style>
a { background-color: #6AFDD3; }
a { background-color: rgb(106,253,211); }
div.DivClassName
{
background-color: #6AFDD3;
}
.BgClassName
{
background-color: #6AFDD3;
}
</style>
border-color css
<style>
span { border-color: #6AFDD3; }
span { border-color: rgb(106,253,211); }
td.TdClassName
{
border-color: #6AFDD3;
}
.TagClassName
{
border-color: #6AFDD3;
}
</style>