Shades of Medium Aquamarine #6CCCB0
Tints of Medium Aquamarine #6CCCB0
RGB
CMYK
RGB Variations
Color information
#6CCCB0 (or 0x6CCCB0) is known color: Medium Aquamarine. HEX triplet: 6C, CC and B0. RGB value is (108,204,176). Sum of RGB (Red+Green+Blue) = 108+204+176=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCCB0 is #93334F. Grayscale: #ACACAC. Windows color (decimal): -9646928 or 11586668. OLE color: 11586668.
HSL color Cylindrical-coordinate representation of color #6CCCB0: hue angle of 162.5º 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 #6CCCB0 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 176 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.2 |
| HSL | 162.5º | 0.48% | 0.61% | - |
| HSV(B) | 162.5º | 0.47% | 0.8% | - |
| XYZ | 35.61 | 49.51 | 48.75 | - |
| YUV | 172.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 176 | 0.47 | 0 | 0.14 | 0.2 | 162.5 | 0.48 | 0.61 |
| Hex | 6C | CC | B0 | 2F | 0 | E | 14 | A2 | 30 | 3D |
| Octal | 154 | 314 | 260 | 57 | 0 | 16 | 24 | 242 | 60 | 75 |
| Binary | 1101100 | 11001100 | 10110000 | 101111 | 0 | 1110 | 10100 | 10100010 | 110000 | 111101 |
Color Harmonies of #6CCCB0
Complementary color
Monochromatic Colors of #6CCCB0
Black with #6CCCB0
Text Example
Text Example
White with #6CCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCB0; }
p { color: rgb(108,204,176); }
H1.HeaderClassName
{
color: #6CCCB0;
}
.AnyTagClassName
{
color: #6CCCB0;
}
</style>
background-color css
<style>
a { background-color: #6CCCB0; }
a { background-color: rgb(108,204,176); }
div.DivClassName
{
background-color: #6CCCB0;
}
.BgClassName
{
background-color: #6CCCB0;
}
</style>
border-color css
<style>
span { border-color: #6CCCB0; }
span { border-color: rgb(108,204,176); }
td.TdClassName
{
border-color: #6CCCB0;
}
.TagClassName
{
border-color: #6CCCB0;
}
</style>