Shades of Medium Aquamarine #6CDBA8
Tints of Medium Aquamarine #6CDBA8
RGB
CMYK
RGB Variations
Color information
#6CDBA8 (or 0x6CDBA8) is known color: Medium Aquamarine. HEX triplet: 6C, DB and A8. RGB value is (108,219,168). Sum of RGB (Red+Green+Blue) = 108+219+168=495 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.82% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDBA8 is #932457. Grayscale: #B4B4B4. Windows color (decimal): -9643096 or 11066220. OLE color: 11066220.
HSL color Cylindrical-coordinate representation of color #6CDBA8: hue angle of 152.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBA8 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 168 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.14 |
| HSL | 152.43º | 0.61% | 0.64% | - |
| HSV(B) | 152.43º | 0.51% | 0.86% | - |
| XYZ | 38.58 | 56.68 | 45.95 | - |
| YUV | 180 | 121.23 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 168 | 0.51 | 0 | 0.23 | 0.14 | 152.43 | 0.61 | 0.64 |
| Hex | 6C | DB | A8 | 33 | 0 | 17 | E | 98 | 3D | 40 |
| Octal | 154 | 333 | 250 | 63 | 0 | 27 | 16 | 230 | 75 | 100 |
| Binary | 1101100 | 11011011 | 10101000 | 110011 | 0 | 10111 | 1110 | 10011000 | 111101 | 1000000 |
Color Harmonies of #6CDBA8
Complementary color
Monochromatic Colors of #6CDBA8
Black with #6CDBA8
Text Example
Text Example
White with #6CDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBA8; }
p { color: rgb(108,219,168); }
H1.HeaderClassName
{
color: #6CDBA8;
}
.AnyTagClassName
{
color: #6CDBA8;
}
</style>
background-color css
<style>
a { background-color: #6CDBA8; }
a { background-color: rgb(108,219,168); }
div.DivClassName
{
background-color: #6CDBA8;
}
.BgClassName
{
background-color: #6CDBA8;
}
</style>
border-color css
<style>
span { border-color: #6CDBA8; }
span { border-color: rgb(108,219,168); }
td.TdClassName
{
border-color: #6CDBA8;
}
.TagClassName
{
border-color: #6CDBA8;
}
</style>