Shades of Medium Aquamarine #6DCCB2
Tints of Medium Aquamarine #6DCCB2
RGB
CMYK
RGB Variations
Color information
#6DCCB2 (or 0x6DCCB2) is known color: Medium Aquamarine. HEX triplet: 6D, CC and B2. RGB value is (109,204,178). Sum of RGB (Red+Green+Blue) = 109+204+178=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCCB2 is #92334D. Grayscale: #ACACAC. Windows color (decimal): -9581390 or 11717741. OLE color: 11717741.
HSL color Cylindrical-coordinate representation of color #6DCCB2: hue angle of 163.58º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCB2 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 178 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.2 |
| HSL | 163.58º | 0.48% | 0.61% | - |
| HSV(B) | 163.58º | 0.47% | 0.8% | - |
| XYZ | 35.94 | 49.65 | 49.81 | - |
| YUV | 172.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 178 | 0.47 | 0 | 0.13 | 0.2 | 163.58 | 0.48 | 0.61 |
| Hex | 6D | CC | B2 | 2F | 0 | D | 14 | A4 | 30 | 3D |
| Octal | 155 | 314 | 262 | 57 | 0 | 15 | 24 | 244 | 60 | 75 |
| Binary | 1101101 | 11001100 | 10110010 | 101111 | 0 | 1101 | 10100 | 10100100 | 110000 | 111101 |
Color Harmonies of #6DCCB2
Complementary color
Monochromatic Colors of #6DCCB2
Black with #6DCCB2
Text Example
Text Example
White with #6DCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCB2; }
p { color: rgb(109,204,178); }
H1.HeaderClassName
{
color: #6DCCB2;
}
.AnyTagClassName
{
color: #6DCCB2;
}
</style>
background-color css
<style>
a { background-color: #6DCCB2; }
a { background-color: rgb(109,204,178); }
div.DivClassName
{
background-color: #6DCCB2;
}
.BgClassName
{
background-color: #6DCCB2;
}
</style>
border-color css
<style>
span { border-color: #6DCCB2; }
span { border-color: rgb(109,204,178); }
td.TdClassName
{
border-color: #6DCCB2;
}
.TagClassName
{
border-color: #6DCCB2;
}
</style>