Shades of Medium Aquamarine #6CCBA8
Tints of Medium Aquamarine #6CCBA8
RGB
CMYK
RGB Variations
Color information
#6CCBA8 (or 0x6CCBA8) is known color: Medium Aquamarine. HEX triplet: 6C, CB and A8. RGB value is (108,203,168). Sum of RGB (Red+Green+Blue) = 108+203+168=479 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.55% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCBA8 is #933457. Grayscale: #AAAAAA. Windows color (decimal): -9647192 or 11062124. OLE color: 11062124.
HSL color Cylindrical-coordinate representation of color #6CCBA8: hue angle of 157.89º 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 #6CCBA8 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 168 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.20 |
| HSL | 157.89º | 0.48% | 0.61% | - |
| HSV(B) | 157.89º | 0.47% | 0.8% | - |
| XYZ | 34.61 | 48.73 | 44.63 | - |
| YUV | 170.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 168 | 0.47 | 0 | 0.17 | 0.20 | 157.89 | 0.48 | 0.61 |
| Hex | 6C | CB | A8 | 2F | 0 | 11 | 14 | 9E | 30 | 3D |
| Octal | 154 | 313 | 250 | 57 | 0 | 21 | 24 | 236 | 60 | 75 |
| Binary | 1101100 | 11001011 | 10101000 | 101111 | 0 | 10001 | 10100 | 10011110 | 110000 | 111101 |
Color Harmonies of #6CCBA8
Complementary color
Monochromatic Colors of #6CCBA8
Black with #6CCBA8
Text Example
Text Example
White with #6CCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCBA8; }
p { color: rgb(108,203,168); }
H1.HeaderClassName
{
color: #6CCBA8;
}
.AnyTagClassName
{
color: #6CCBA8;
}
</style>
background-color css
<style>
a { background-color: #6CCBA8; }
a { background-color: rgb(108,203,168); }
div.DivClassName
{
background-color: #6CCBA8;
}
.BgClassName
{
background-color: #6CCBA8;
}
</style>
border-color css
<style>
span { border-color: #6CCBA8; }
span { border-color: rgb(108,203,168); }
td.TdClassName
{
border-color: #6CCBA8;
}
.TagClassName
{
border-color: #6CCBA8;
}
</style>