Shades of Aquamarine #6AFDAF
Tints of Aquamarine #6AFDAF
RGB
CMYK
RGB Variations
Color information
#6AFDAF (or 0x6AFDAF) is known color: Aquamarine. HEX triplet: 6A, FD and AF. RGB value is (106,253,175). Sum of RGB (Red+Green+Blue) = 106+253+175=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFDAF is #950250. Grayscale: #C8C8C8. Windows color (decimal): -9765457 or 11533674. OLE color: 11533674.
HSL color Cylindrical-coordinate representation of color #6AFDAF: hue angle of 148.16º 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 #6AFDAF is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 175 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.01 |
| HSL | 148.16º | 0.97% | 0.7% | - |
| HSV(B) | 148.16º | 0.58% | 0.99% | - |
| XYZ | 48.81 | 76.41 | 52.73 | - |
| YUV | 200.16 | 113.8 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 175 | 0.58 | 0 | 0.31 | 0.01 | 148.16 | 0.97 | 0.7 |
| Hex | 6A | FD | AF | 3A | 0 | 1F | 1 | 94 | 61 | 46 |
| Octal | 152 | 375 | 257 | 72 | 0 | 37 | 1 | 224 | 141 | 106 |
| Binary | 1101010 | 11111101 | 10101111 | 111010 | 0 | 11111 | 1 | 10010100 | 1100001 | 1000110 |
Color Harmonies of #6AFDAF
Complementary color
Monochromatic Colors of #6AFDAF
Black with #6AFDAF
Text Example
Text Example
White with #6AFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDAF; }
p { color: rgb(106,253,175); }
H1.HeaderClassName
{
color: #6AFDAF;
}
.AnyTagClassName
{
color: #6AFDAF;
}
</style>
background-color css
<style>
a { background-color: #6AFDAF; }
a { background-color: rgb(106,253,175); }
div.DivClassName
{
background-color: #6AFDAF;
}
.BgClassName
{
background-color: #6AFDAF;
}
</style>
border-color css
<style>
span { border-color: #6AFDAF; }
span { border-color: rgb(106,253,175); }
td.TdClassName
{
border-color: #6AFDAF;
}
.TagClassName
{
border-color: #6AFDAF;
}
</style>