Shades of Medium Aquamarine #6CCAB0
Tints of Medium Aquamarine #6CCAB0
RGB
CMYK
RGB Variations
Color information
#6CCAB0 (or 0x6CCAB0) is known color: Medium Aquamarine. HEX triplet: 6C, CA and B0. RGB value is (108,202,176). Sum of RGB (Red+Green+Blue) = 108+202+176=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCAB0 is #93354F. Grayscale: #AAAAAA. Windows color (decimal): -9647440 or 11586156. OLE color: 11586156.
HSL color Cylindrical-coordinate representation of color #6CCAB0: hue angle of 163.4º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCAB0 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 176 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.21 |
| HSL | 163.4º | 0.47% | 0.61% | - |
| HSV(B) | 163.4º | 0.47% | 0.79% | - |
| XYZ | 35.14 | 48.56 | 48.6 | - |
| YUV | 170.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 176 | 0.47 | 0 | 0.13 | 0.21 | 163.4 | 0.47 | 0.61 |
| Hex | 6C | CA | B0 | 2F | 0 | D | 15 | A3 | 2F | 3D |
| Octal | 154 | 312 | 260 | 57 | 0 | 15 | 25 | 243 | 57 | 75 |
| Binary | 1101100 | 11001010 | 10110000 | 101111 | 0 | 1101 | 10101 | 10100011 | 101111 | 111101 |
Color Harmonies of #6CCAB0
Complementary color
Monochromatic Colors of #6CCAB0
Black with #6CCAB0
Text Example
Text Example
White with #6CCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCAB0; }
p { color: rgb(108,202,176); }
H1.HeaderClassName
{
color: #6CCAB0;
}
.AnyTagClassName
{
color: #6CCAB0;
}
</style>
background-color css
<style>
a { background-color: #6CCAB0; }
a { background-color: rgb(108,202,176); }
div.DivClassName
{
background-color: #6CCAB0;
}
.BgClassName
{
background-color: #6CCAB0;
}
</style>
border-color css
<style>
span { border-color: #6CCAB0; }
span { border-color: rgb(108,202,176); }
td.TdClassName
{
border-color: #6CCAB0;
}
.TagClassName
{
border-color: #6CCAB0;
}
</style>