Shades of Medium Aquamarine #6BC9AA
Tints of Medium Aquamarine #6BC9AA
RGB
CMYK
RGB Variations
Color information
#6BC9AA (or 0x6BC9AA) is known color: Medium Aquamarine. HEX triplet: 6B, C9 and AA. RGB value is (107,201,170). Sum of RGB (Red+Green+Blue) = 107+201+170=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC9AA is #943655. Grayscale: #A9A9A9. Windows color (decimal): -9713238 or 11192683. OLE color: 11192683.
HSL color Cylindrical-coordinate representation of color #6BC9AA: hue angle of 160.21º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BC9AA is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 201 | 170 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.21 |
| HSL | 160.21º | 0.47% | 0.6% | - |
| HSV(B) | 160.21º | 0.47% | 0.79% | - |
| XYZ | 34.21 | 47.8 | 45.45 | - |
| YUV | 169.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 201 | 170 | 0.47 | 0 | 0.15 | 0.21 | 160.21 | 0.47 | 0.6 |
| Hex | 6B | C9 | AA | 2F | 0 | F | 15 | A0 | 2F | 3C |
| Octal | 153 | 311 | 252 | 57 | 0 | 17 | 25 | 240 | 57 | 74 |
| Binary | 1101011 | 11001001 | 10101010 | 101111 | 0 | 1111 | 10101 | 10100000 | 101111 | 111100 |
Color Harmonies of #6BC9AA
Complementary color
Monochromatic Colors of #6BC9AA
Black with #6BC9AA
Text Example
Text Example
White with #6BC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC9AA; }
p { color: rgb(107,201,170); }
H1.HeaderClassName
{
color: #6BC9AA;
}
.AnyTagClassName
{
color: #6BC9AA;
}
</style>
background-color css
<style>
a { background-color: #6BC9AA; }
a { background-color: rgb(107,201,170); }
div.DivClassName
{
background-color: #6BC9AA;
}
.BgClassName
{
background-color: #6BC9AA;
}
</style>
border-color css
<style>
span { border-color: #6BC9AA; }
span { border-color: rgb(107,201,170); }
td.TdClassName
{
border-color: #6BC9AA;
}
.TagClassName
{
border-color: #6BC9AA;
}
</style>