Shades of Medium Aquamarine #6CDAB4
Tints of Medium Aquamarine #6CDAB4
RGB
CMYK
RGB Variations
Color information
#6CDAB4 (or 0x6CDAB4) is known color: Medium Aquamarine. HEX triplet: 6C, DA and B4. RGB value is (108,218,180). Sum of RGB (Red+Green+Blue) = 108+218+180=506 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.34% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDAB4 is #93254B. Grayscale: #B4B4B4. Windows color (decimal): -9643340 or 11852396. OLE color: 11852396.
HSL color Cylindrical-coordinate representation of color #6CDAB4: hue angle of 159.27º 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 #6CDAB4 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 180 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.15 |
| HSL | 159.27º | 0.6% | 0.64% | - |
| HSV(B) | 159.27º | 0.5% | 0.85% | - |
| XYZ | 39.49 | 56.63 | 52.03 | - |
| YUV | 180.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 180 | 0.50 | 0 | 0.17 | 0.15 | 159.27 | 0.6 | 0.64 |
| Hex | 6C | DA | B4 | 32 | 0 | 11 | F | 9F | 3C | 40 |
| Octal | 154 | 332 | 264 | 62 | 0 | 21 | 17 | 237 | 74 | 100 |
| Binary | 1101100 | 11011010 | 10110100 | 110010 | 0 | 10001 | 1111 | 10011111 | 111100 | 1000000 |
Color Harmonies of #6CDAB4
Complementary color
Monochromatic Colors of #6CDAB4
Black with #6CDAB4
Text Example
Text Example
White with #6CDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAB4; }
p { color: rgb(108,218,180); }
H1.HeaderClassName
{
color: #6CDAB4;
}
.AnyTagClassName
{
color: #6CDAB4;
}
</style>
background-color css
<style>
a { background-color: #6CDAB4; }
a { background-color: rgb(108,218,180); }
div.DivClassName
{
background-color: #6CDAB4;
}
.BgClassName
{
background-color: #6CDAB4;
}
</style>
border-color css
<style>
span { border-color: #6CDAB4; }
span { border-color: rgb(108,218,180); }
td.TdClassName
{
border-color: #6CDAB4;
}
.TagClassName
{
border-color: #6CDAB4;
}
</style>