Shades of Medium Aquamarine #6CCBAB
Tints of Medium Aquamarine #6CCBAB
RGB
CMYK
RGB Variations
Color information
#6CCBAB (or 0x6CCBAB) is known color: Medium Aquamarine. HEX triplet: 6C, CB and AB. RGB value is (108,203,171). Sum of RGB (Red+Green+Blue) = 108+203+171=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCBAB is #933454. Grayscale: #AAAAAA. Windows color (decimal): -9647189 or 11258732. OLE color: 11258732.
HSL color Cylindrical-coordinate representation of color #6CCBAB: hue angle of 159.79º 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 #6CCBAB is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 171 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.20 |
| HSL | 159.79º | 0.48% | 0.61% | - |
| HSV(B) | 159.79º | 0.47% | 0.8% | - |
| XYZ | 34.89 | 48.84 | 46.12 | - |
| YUV | 170.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 171 | 0.47 | 0 | 0.16 | 0.20 | 159.79 | 0.48 | 0.61 |
| Hex | 6C | CB | AB | 2F | 0 | 10 | 14 | A0 | 30 | 3D |
| Octal | 154 | 313 | 253 | 57 | 0 | 20 | 24 | 240 | 60 | 75 |
| Binary | 1101100 | 11001011 | 10101011 | 101111 | 0 | 10000 | 10100 | 10100000 | 110000 | 111101 |
Color Harmonies of #6CCBAB
Complementary color
Monochromatic Colors of #6CCBAB
Black with #6CCBAB
Text Example
Text Example
White with #6CCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCBAB; }
p { color: rgb(108,203,171); }
H1.HeaderClassName
{
color: #6CCBAB;
}
.AnyTagClassName
{
color: #6CCBAB;
}
</style>
background-color css
<style>
a { background-color: #6CCBAB; }
a { background-color: rgb(108,203,171); }
div.DivClassName
{
background-color: #6CCBAB;
}
.BgClassName
{
background-color: #6CCBAB;
}
</style>
border-color css
<style>
span { border-color: #6CCBAB; }
span { border-color: rgb(108,203,171); }
td.TdClassName
{
border-color: #6CCBAB;
}
.TagClassName
{
border-color: #6CCBAB;
}
</style>