Shades of Medium Aquamarine #6CDAA8
Tints of Medium Aquamarine #6CDAA8
RGB
CMYK
RGB Variations
Color information
#6CDAA8 (or 0x6CDAA8) is known color: Medium Aquamarine. HEX triplet: 6C, DA and A8. RGB value is (108,218,168). Sum of RGB (Red+Green+Blue) = 108+218+168=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDAA8 is #932557. Grayscale: #B3B3B3. Windows color (decimal): -9643352 or 11065964. OLE color: 11065964.
HSL color Cylindrical-coordinate representation of color #6CDAA8: hue angle of 152.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CDAA8 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 168 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.15 |
| HSL | 152.73º | 0.6% | 0.64% | - |
| HSV(B) | 152.73º | 0.5% | 0.85% | - |
| XYZ | 38.32 | 56.16 | 45.87 | - |
| YUV | 179.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 168 | 0.50 | 0 | 0.23 | 0.15 | 152.73 | 0.6 | 0.64 |
| Hex | 6C | DA | A8 | 32 | 0 | 17 | F | 99 | 3C | 40 |
| Octal | 154 | 332 | 250 | 62 | 0 | 27 | 17 | 231 | 74 | 100 |
| Binary | 1101100 | 11011010 | 10101000 | 110010 | 0 | 10111 | 1111 | 10011001 | 111100 | 1000000 |
Color Harmonies of #6CDAA8
Complementary color
Monochromatic Colors of #6CDAA8
Black with #6CDAA8
Text Example
Text Example
White with #6CDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAA8; }
p { color: rgb(108,218,168); }
H1.HeaderClassName
{
color: #6CDAA8;
}
.AnyTagClassName
{
color: #6CDAA8;
}
</style>
background-color css
<style>
a { background-color: #6CDAA8; }
a { background-color: rgb(108,218,168); }
div.DivClassName
{
background-color: #6CDAA8;
}
.BgClassName
{
background-color: #6CDAA8;
}
</style>
border-color css
<style>
span { border-color: #6CDAA8; }
span { border-color: rgb(108,218,168); }
td.TdClassName
{
border-color: #6CDAA8;
}
.TagClassName
{
border-color: #6CDAA8;
}
</style>