Shades of Medium Aquamarine #6CC5A4
Tints of Medium Aquamarine #6CC5A4
RGB
CMYK
RGB Variations
Color information
#6CC5A4 (or 0x6CC5A4) is known color: Medium Aquamarine. HEX triplet: 6C, C5 and A4. RGB value is (108,197,164). Sum of RGB (Red+Green+Blue) = 108+197+164=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC5A4 is #933A5B. Grayscale: #A6A6A6. Windows color (decimal): -9648732 or 10798444. OLE color: 10798444.
HSL color Cylindrical-coordinate representation of color #6CC5A4: hue angle of 157.75º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC5A4 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 197 | 164 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.23 |
| HSL | 157.75º | 0.43% | 0.6% | - |
| HSV(B) | 157.75º | 0.45% | 0.77% | - |
| XYZ | 32.85 | 45.8 | 42.23 | - |
| YUV | 166.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 197 | 164 | 0.45 | 0 | 0.17 | 0.23 | 157.75 | 0.43 | 0.6 |
| Hex | 6C | C5 | A4 | 2D | 0 | 11 | 17 | 9E | 2B | 3C |
| Octal | 154 | 305 | 244 | 55 | 0 | 21 | 27 | 236 | 53 | 74 |
| Binary | 1101100 | 11000101 | 10100100 | 101101 | 0 | 10001 | 10111 | 10011110 | 101011 | 111100 |
Color Harmonies of #6CC5A4
Complementary color
Monochromatic Colors of #6CC5A4
Black with #6CC5A4
Text Example
Text Example
White with #6CC5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC5A4; }
p { color: rgb(108,197,164); }
H1.HeaderClassName
{
color: #6CC5A4;
}
.AnyTagClassName
{
color: #6CC5A4;
}
</style>
background-color css
<style>
a { background-color: #6CC5A4; }
a { background-color: rgb(108,197,164); }
div.DivClassName
{
background-color: #6CC5A4;
}
.BgClassName
{
background-color: #6CC5A4;
}
</style>
border-color css
<style>
span { border-color: #6CC5A4; }
span { border-color: rgb(108,197,164); }
td.TdClassName
{
border-color: #6CC5A4;
}
.TagClassName
{
border-color: #6CC5A4;
}
</style>