Shades of Medium Aquamarine #6CCDAF
Tints of Medium Aquamarine #6CCDAF
RGB
CMYK
RGB Variations
Color information
#6CCDAF (or 0x6CCDAF) is known color: Medium Aquamarine. HEX triplet: 6C, CD and AF. RGB value is (108,205,175). Sum of RGB (Red+Green+Blue) = 108+205+175=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCDAF is #933250. Grayscale: #ACACAC. Windows color (decimal): -9646673 or 11521388. OLE color: 11521388.
HSL color Cylindrical-coordinate representation of color #6CCDAF: hue angle of 161.44º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCDAF is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 175 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.20 |
| HSL | 161.44º | 0.49% | 0.61% | - |
| HSV(B) | 161.44º | 0.47% | 0.8% | - |
| XYZ | 35.75 | 49.95 | 48.31 | - |
| YUV | 172.58 | 129.36 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 175 | 0.47 | 0 | 0.15 | 0.20 | 161.44 | 0.49 | 0.61 |
| Hex | 6C | CD | AF | 2F | 0 | F | 14 | A1 | 31 | 3D |
| Octal | 154 | 315 | 257 | 57 | 0 | 17 | 24 | 241 | 61 | 75 |
| Binary | 1101100 | 11001101 | 10101111 | 101111 | 0 | 1111 | 10100 | 10100001 | 110001 | 111101 |
Color Harmonies of #6CCDAF
Complementary color
Monochromatic Colors of #6CCDAF
Black with #6CCDAF
Text Example
Text Example
White with #6CCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDAF; }
p { color: rgb(108,205,175); }
H1.HeaderClassName
{
color: #6CCDAF;
}
.AnyTagClassName
{
color: #6CCDAF;
}
</style>
background-color css
<style>
a { background-color: #6CCDAF; }
a { background-color: rgb(108,205,175); }
div.DivClassName
{
background-color: #6CCDAF;
}
.BgClassName
{
background-color: #6CCDAF;
}
</style>
border-color css
<style>
span { border-color: #6CCDAF; }
span { border-color: rgb(108,205,175); }
td.TdClassName
{
border-color: #6CCDAF;
}
.TagClassName
{
border-color: #6CCDAF;
}
</style>