Shades of Medium Aquamarine #6CCBA0
Tints of Medium Aquamarine #6CCBA0
RGB
CMYK
RGB Variations
Color information
#6CCBA0 (or 0x6CCBA0) is known color: Medium Aquamarine. HEX triplet: 6C, CB and A0. RGB value is (108,203,160). Sum of RGB (Red+Green+Blue) = 108+203+160=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCBA0 is #93345F. Grayscale: #A9A9A9. Windows color (decimal): -9647200 or 10537836. OLE color: 10537836.
HSL color Cylindrical-coordinate representation of color #6CCBA0: hue angle of 152.84º 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 #6CCBA0 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 160 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.20 |
| HSL | 152.84º | 0.48% | 0.61% | - |
| HSV(B) | 152.84º | 0.47% | 0.8% | - |
| XYZ | 33.89 | 48.44 | 40.82 | - |
| YUV | 169.69 | 122.53 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 160 | 0.47 | 0 | 0.21 | 0.20 | 152.84 | 0.48 | 0.61 |
| Hex | 6C | CB | A0 | 2F | 0 | 15 | 14 | 99 | 30 | 3D |
| Octal | 154 | 313 | 240 | 57 | 0 | 25 | 24 | 231 | 60 | 75 |
| Binary | 1101100 | 11001011 | 10100000 | 101111 | 0 | 10101 | 10100 | 10011001 | 110000 | 111101 |
Color Harmonies of #6CCBA0
Complementary color
Monochromatic Colors of #6CCBA0
Black with #6CCBA0
Text Example
Text Example
White with #6CCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCBA0; }
p { color: rgb(108,203,160); }
H1.HeaderClassName
{
color: #6CCBA0;
}
.AnyTagClassName
{
color: #6CCBA0;
}
</style>
background-color css
<style>
a { background-color: #6CCBA0; }
a { background-color: rgb(108,203,160); }
div.DivClassName
{
background-color: #6CCBA0;
}
.BgClassName
{
background-color: #6CCBA0;
}
</style>
border-color css
<style>
span { border-color: #6CCBA0; }
span { border-color: rgb(108,203,160); }
td.TdClassName
{
border-color: #6CCBA0;
}
.TagClassName
{
border-color: #6CCBA0;
}
</style>