Shades of Medium Aquamarine #6CC1A2
Tints of Medium Aquamarine #6CC1A2
RGB
CMYK
RGB Variations
Color information
#6CC1A2 (or 0x6CC1A2) is known color: Medium Aquamarine. HEX triplet: 6C, C1 and A2. RGB value is (108,193,162). Sum of RGB (Red+Green+Blue) = 108+193+162=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC1A2 is #933E5D. Grayscale: #A4A4A4. Windows color (decimal): -9649758 or 10666348. OLE color: 10666348.
HSL color Cylindrical-coordinate representation of color #6CC1A2: hue angle of 158.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC1A2 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 193 | 162 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.24 |
| HSL | 158.12º | 0.41% | 0.59% | - |
| HSV(B) | 158.12º | 0.44% | 0.76% | - |
| XYZ | 31.78 | 43.94 | 40.99 | - |
| YUV | 164.05 | 126.84 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 193 | 162 | 0.44 | 0 | 0.16 | 0.24 | 158.12 | 0.41 | 0.59 |
| Hex | 6C | C1 | A2 | 2C | 0 | 10 | 18 | 9E | 29 | 3B |
| Octal | 154 | 301 | 242 | 54 | 0 | 20 | 30 | 236 | 51 | 73 |
| Binary | 1101100 | 11000001 | 10100010 | 101100 | 0 | 10000 | 11000 | 10011110 | 101001 | 111011 |
Color Harmonies of #6CC1A2
Complementary color
Monochromatic Colors of #6CC1A2
Black with #6CC1A2
Text Example
Text Example
White with #6CC1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC1A2; }
p { color: rgb(108,193,162); }
H1.HeaderClassName
{
color: #6CC1A2;
}
.AnyTagClassName
{
color: #6CC1A2;
}
</style>
background-color css
<style>
a { background-color: #6CC1A2; }
a { background-color: rgb(108,193,162); }
div.DivClassName
{
background-color: #6CC1A2;
}
.BgClassName
{
background-color: #6CC1A2;
}
</style>
border-color css
<style>
span { border-color: #6CC1A2; }
span { border-color: rgb(108,193,162); }
td.TdClassName
{
border-color: #6CC1A2;
}
.TagClassName
{
border-color: #6CC1A2;
}
</style>