Shades of Medium Aquamarine #6CC9B2
Tints of Medium Aquamarine #6CC9B2
RGB
CMYK
RGB Variations
Color information
#6CC9B2 (or 0x6CC9B2) is known color: Medium Aquamarine. HEX triplet: 6C, C9 and B2. RGB value is (108,201,178). Sum of RGB (Red+Green+Blue) = 108+201+178=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #6CC9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC9B2 is #93364D. Grayscale: #AAAAAA. Windows color (decimal): -9647694 or 11716972. OLE color: 11716972.
HSL color Cylindrical-coordinate representation of color #6CC9B2: hue angle of 165.16º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CC9B2 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 201 | 178 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.21 |
| HSL | 165.16º | 0.46% | 0.61% | - |
| HSV(B) | 165.16º | 0.46% | 0.79% | - |
| XYZ | 35.11 | 48.18 | 49.57 | - |
| YUV | 170.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 201 | 178 | 0.46 | 0 | 0.11 | 0.21 | 165.16 | 0.46 | 0.61 |
| Hex | 6C | C9 | B2 | 2E | 0 | B | 15 | A5 | 2E | 3D |
| Octal | 154 | 311 | 262 | 56 | 0 | 13 | 25 | 245 | 56 | 75 |
| Binary | 1101100 | 11001001 | 10110010 | 101110 | 0 | 1011 | 10101 | 10100101 | 101110 | 111101 |
Color Harmonies of #6CC9B2
Complementary color
Monochromatic Colors of #6CC9B2
Black with #6CC9B2
Text Example
Text Example
White with #6CC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC9B2; }
p { color: rgb(108,201,178); }
H1.HeaderClassName
{
color: #6CC9B2;
}
.AnyTagClassName
{
color: #6CC9B2;
}
</style>
background-color css
<style>
a { background-color: #6CC9B2; }
a { background-color: rgb(108,201,178); }
div.DivClassName
{
background-color: #6CC9B2;
}
.BgClassName
{
background-color: #6CC9B2;
}
</style>
border-color css
<style>
span { border-color: #6CC9B2; }
span { border-color: rgb(108,201,178); }
td.TdClassName
{
border-color: #6CC9B2;
}
.TagClassName
{
border-color: #6CC9B2;
}
</style>