Shades of Medium Aquamarine #6CDAA5
Tints of Medium Aquamarine #6CDAA5
RGB
CMYK
RGB Variations
Color information
#6CDAA5 (or 0x6CDAA5) is known color: Medium Aquamarine. HEX triplet: 6C, DA and A5. RGB value is (108,218,165). Sum of RGB (Red+Green+Blue) = 108+218+165=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDAA5 is #93255A. Grayscale: #B3B3B3. Windows color (decimal): -9643355 or 10869356. OLE color: 10869356.
HSL color Cylindrical-coordinate representation of color #6CDAA5: hue angle of 151.09º 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 #6CDAA5 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 165 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.15 |
| HSL | 151.09º | 0.6% | 0.64% | - |
| HSV(B) | 151.09º | 0.5% | 0.85% | - |
| XYZ | 38.05 | 56.05 | 44.41 | - |
| YUV | 179.07 | 120.06 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 165 | 0.50 | 0 | 0.24 | 0.15 | 151.09 | 0.6 | 0.64 |
| Hex | 6C | DA | A5 | 32 | 0 | 18 | F | 97 | 3C | 40 |
| Octal | 154 | 332 | 245 | 62 | 0 | 30 | 17 | 227 | 74 | 100 |
| Binary | 1101100 | 11011010 | 10100101 | 110010 | 0 | 11000 | 1111 | 10010111 | 111100 | 1000000 |
Color Harmonies of #6CDAA5
Complementary color
Monochromatic Colors of #6CDAA5
Black with #6CDAA5
Text Example
Text Example
White with #6CDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAA5; }
p { color: rgb(108,218,165); }
H1.HeaderClassName
{
color: #6CDAA5;
}
.AnyTagClassName
{
color: #6CDAA5;
}
</style>
background-color css
<style>
a { background-color: #6CDAA5; }
a { background-color: rgb(108,218,165); }
div.DivClassName
{
background-color: #6CDAA5;
}
.BgClassName
{
background-color: #6CDAA5;
}
</style>
border-color css
<style>
span { border-color: #6CDAA5; }
span { border-color: rgb(108,218,165); }
td.TdClassName
{
border-color: #6CDAA5;
}
.TagClassName
{
border-color: #6CDAA5;
}
</style>