Shades of Medium Aquamarine #6DCBA8
Tints of Medium Aquamarine #6DCBA8
RGB
CMYK
RGB Variations
Color information
#6DCBA8 (or 0x6DCBA8) is known color: Medium Aquamarine. HEX triplet: 6D, CB and A8. RGB value is (109,203,168). Sum of RGB (Red+Green+Blue) = 109+203+168=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCBA8 is #923457. Grayscale: #AAAAAA. Windows color (decimal): -9581656 or 11062125. OLE color: 11062125.
HSL color Cylindrical-coordinate representation of color #6DCBA8: hue angle of 157.66º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBA8 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 168 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.20 |
| HSL | 157.66º | 0.47% | 0.61% | - |
| HSV(B) | 157.66º | 0.46% | 0.8% | - |
| XYZ | 34.73 | 48.79 | 44.63 | - |
| YUV | 170.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 168 | 0.46 | 0 | 0.17 | 0.20 | 157.66 | 0.47 | 0.61 |
| Hex | 6D | CB | A8 | 2E | 0 | 11 | 14 | 9E | 2F | 3D |
| Octal | 155 | 313 | 250 | 56 | 0 | 21 | 24 | 236 | 57 | 75 |
| Binary | 1101101 | 11001011 | 10101000 | 101110 | 0 | 10001 | 10100 | 10011110 | 101111 | 111101 |
Color Harmonies of #6DCBA8
Complementary color
Monochromatic Colors of #6DCBA8
Black with #6DCBA8
Text Example
Text Example
White with #6DCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBA8; }
p { color: rgb(109,203,168); }
H1.HeaderClassName
{
color: #6DCBA8;
}
.AnyTagClassName
{
color: #6DCBA8;
}
</style>
background-color css
<style>
a { background-color: #6DCBA8; }
a { background-color: rgb(109,203,168); }
div.DivClassName
{
background-color: #6DCBA8;
}
.BgClassName
{
background-color: #6DCBA8;
}
</style>
border-color css
<style>
span { border-color: #6DCBA8; }
span { border-color: rgb(109,203,168); }
td.TdClassName
{
border-color: #6DCBA8;
}
.TagClassName
{
border-color: #6DCBA8;
}
</style>