Shades of Medium Aquamarine #6CDBAE
Tints of Medium Aquamarine #6CDBAE
RGB
CMYK
RGB Variations
Color information
#6CDBAE (or 0x6CDBAE) is known color: Medium Aquamarine. HEX triplet: 6C, DB and AE. RGB value is (108,219,174). Sum of RGB (Red+Green+Blue) = 108+219+174=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDBAE is #932451. Grayscale: #B4B4B4. Windows color (decimal): -9643090 or 11459436. OLE color: 11459436.
HSL color Cylindrical-coordinate representation of color #6CDBAE: hue angle of 155.68º 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 #6CDBAE is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 174 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.14 |
| HSL | 155.68º | 0.61% | 0.64% | - |
| HSV(B) | 155.68º | 0.51% | 0.86% | - |
| XYZ | 39.16 | 56.91 | 48.96 | - |
| YUV | 180.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 174 | 0.51 | 0 | 0.21 | 0.14 | 155.68 | 0.61 | 0.64 |
| Hex | 6C | DB | AE | 33 | 0 | 15 | E | 9C | 3D | 40 |
| Octal | 154 | 333 | 256 | 63 | 0 | 25 | 16 | 234 | 75 | 100 |
| Binary | 1101100 | 11011011 | 10101110 | 110011 | 0 | 10101 | 1110 | 10011100 | 111101 | 1000000 |
Color Harmonies of #6CDBAE
Complementary color
Monochromatic Colors of #6CDBAE
Black with #6CDBAE
Text Example
Text Example
White with #6CDBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBAE; }
p { color: rgb(108,219,174); }
H1.HeaderClassName
{
color: #6CDBAE;
}
.AnyTagClassName
{
color: #6CDBAE;
}
</style>
background-color css
<style>
a { background-color: #6CDBAE; }
a { background-color: rgb(108,219,174); }
div.DivClassName
{
background-color: #6CDBAE;
}
.BgClassName
{
background-color: #6CDBAE;
}
</style>
border-color css
<style>
span { border-color: #6CDBAE; }
span { border-color: rgb(108,219,174); }
td.TdClassName
{
border-color: #6CDBAE;
}
.TagClassName
{
border-color: #6CDBAE;
}
</style>