Shades of Medium Aquamarine #6CDBAD
Tints of Medium Aquamarine #6CDBAD
RGB
CMYK
RGB Variations
Color information
#6CDBAD (or 0x6CDBAD) is known color: Medium Aquamarine. HEX triplet: 6C, DB and AD. RGB value is (108,219,173). Sum of RGB (Red+Green+Blue) = 108+219+173=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDBAD is #932452. Grayscale: #B4B4B4. Windows color (decimal): -9643091 or 11393900. OLE color: 11393900.
HSL color Cylindrical-coordinate representation of color #6CDBAD: hue angle of 155.14º 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 #6CDBAD is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 173 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.14 |
| HSL | 155.14º | 0.61% | 0.64% | - |
| HSV(B) | 155.14º | 0.51% | 0.86% | - |
| XYZ | 39.06 | 56.87 | 48.45 | - |
| YUV | 180.57 | 123.73 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 173 | 0.51 | 0 | 0.21 | 0.14 | 155.14 | 0.61 | 0.64 |
| Hex | 6C | DB | AD | 33 | 0 | 15 | E | 9B | 3D | 40 |
| Octal | 154 | 333 | 255 | 63 | 0 | 25 | 16 | 233 | 75 | 100 |
| Binary | 1101100 | 11011011 | 10101101 | 110011 | 0 | 10101 | 1110 | 10011011 | 111101 | 1000000 |
Color Harmonies of #6CDBAD
Complementary color
Monochromatic Colors of #6CDBAD
Black with #6CDBAD
Text Example
Text Example
White with #6CDBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBAD; }
p { color: rgb(108,219,173); }
H1.HeaderClassName
{
color: #6CDBAD;
}
.AnyTagClassName
{
color: #6CDBAD;
}
</style>
background-color css
<style>
a { background-color: #6CDBAD; }
a { background-color: rgb(108,219,173); }
div.DivClassName
{
background-color: #6CDBAD;
}
.BgClassName
{
background-color: #6CDBAD;
}
</style>
border-color css
<style>
span { border-color: #6CDBAD; }
span { border-color: rgb(108,219,173); }
td.TdClassName
{
border-color: #6CDBAD;
}
.TagClassName
{
border-color: #6CDBAD;
}
</style>