Shades of Aquamarine #6AFDC5
Tints of Aquamarine #6AFDC5
RGB
CMYK
RGB Variations
Color information
#6AFDC5 (or 0x6AFDC5) is known color: Aquamarine. HEX triplet: 6A, FD and C5. RGB value is (106,253,197). Sum of RGB (Red+Green+Blue) = 106+253+197=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDC5 is #95023A. Grayscale: #CACACA. Windows color (decimal): -9765435 or 12975466. OLE color: 12975466.
HSL color Cylindrical-coordinate representation of color #6AFDC5: hue angle of 157.14º 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 #6AFDC5 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 197 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.01 |
| HSL | 157.14º | 0.97% | 0.7% | - |
| HSV(B) | 157.14º | 0.58% | 0.99% | - |
| XYZ | 51.15 | 77.35 | 65.06 | - |
| YUV | 202.66 | 124.8 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 197 | 0.58 | 0 | 0.22 | 0.01 | 157.14 | 0.97 | 0.7 |
| Hex | 6A | FD | C5 | 3A | 0 | 16 | 1 | 9D | 61 | 46 |
| Octal | 152 | 375 | 305 | 72 | 0 | 26 | 1 | 235 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11000101 | 111010 | 0 | 10110 | 1 | 10011101 | 1100001 | 1000110 |
Color Harmonies of #6AFDC5
Complementary color
Monochromatic Colors of #6AFDC5
Black with #6AFDC5
Text Example
Text Example
White with #6AFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDC5; }
p { color: rgb(106,253,197); }
H1.HeaderClassName
{
color: #6AFDC5;
}
.AnyTagClassName
{
color: #6AFDC5;
}
</style>
background-color css
<style>
a { background-color: #6AFDC5; }
a { background-color: rgb(106,253,197); }
div.DivClassName
{
background-color: #6AFDC5;
}
.BgClassName
{
background-color: #6AFDC5;
}
</style>
border-color css
<style>
span { border-color: #6AFDC5; }
span { border-color: rgb(106,253,197); }
td.TdClassName
{
border-color: #6AFDC5;
}
.TagClassName
{
border-color: #6AFDC5;
}
</style>