Shades of Medium Aquamarine #6DCAB0
Tints of Medium Aquamarine #6DCAB0
RGB
CMYK
RGB Variations
Color information
#6DCAB0 (or 0x6DCAB0) is known color: Medium Aquamarine. HEX triplet: 6D, CA and B0. RGB value is (109,202,176). Sum of RGB (Red+Green+Blue) = 109+202+176=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCAB0 is #92354F. Grayscale: #ABABAB. Windows color (decimal): -9581904 or 11586157. OLE color: 11586157.
HSL color Cylindrical-coordinate representation of color #6DCAB0: hue angle of 163.23º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCAB0 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 176 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.21 |
| HSL | 163.23º | 0.47% | 0.61% | - |
| HSV(B) | 163.23º | 0.46% | 0.79% | - |
| XYZ | 35.26 | 48.63 | 48.6 | - |
| YUV | 171.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 176 | 0.46 | 0 | 0.13 | 0.21 | 163.23 | 0.47 | 0.61 |
| Hex | 6D | CA | B0 | 2E | 0 | D | 15 | A3 | 2F | 3D |
| Octal | 155 | 312 | 260 | 56 | 0 | 15 | 25 | 243 | 57 | 75 |
| Binary | 1101101 | 11001010 | 10110000 | 101110 | 0 | 1101 | 10101 | 10100011 | 101111 | 111101 |
Color Harmonies of #6DCAB0
Complementary color
Monochromatic Colors of #6DCAB0
Black with #6DCAB0
Text Example
Text Example
White with #6DCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCAB0; }
p { color: rgb(109,202,176); }
H1.HeaderClassName
{
color: #6DCAB0;
}
.AnyTagClassName
{
color: #6DCAB0;
}
</style>
background-color css
<style>
a { background-color: #6DCAB0; }
a { background-color: rgb(109,202,176); }
div.DivClassName
{
background-color: #6DCAB0;
}
.BgClassName
{
background-color: #6DCAB0;
}
</style>
border-color css
<style>
span { border-color: #6DCAB0; }
span { border-color: rgb(109,202,176); }
td.TdClassName
{
border-color: #6DCAB0;
}
.TagClassName
{
border-color: #6DCAB0;
}
</style>