Shades of Medium Aquamarine #6BCFAA
Tints of Medium Aquamarine #6BCFAA
RGB
CMYK
RGB Variations
Color information
#6BCFAA (or 0x6BCFAA) is known color: Medium Aquamarine. HEX triplet: 6B, CF and AA. RGB value is (107,207,170). Sum of RGB (Red+Green+Blue) = 107+207+170=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCFAA is #943055. Grayscale: #ACACAC. Windows color (decimal): -9711702 or 11194219. OLE color: 11194219.
HSL color Cylindrical-coordinate representation of color #6BCFAA: hue angle of 157.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCFAA is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 170 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.19 |
| HSL | 157.8º | 0.51% | 0.62% | - |
| HSV(B) | 157.8º | 0.48% | 0.81% | - |
| XYZ | 35.63 | 50.65 | 45.93 | - |
| YUV | 172.88 | 126.37 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 170 | 0.48 | 0 | 0.18 | 0.19 | 157.8 | 0.51 | 0.62 |
| Hex | 6B | CF | AA | 30 | 0 | 12 | 13 | 9E | 33 | 3E |
| Octal | 153 | 317 | 252 | 60 | 0 | 22 | 23 | 236 | 63 | 76 |
| Binary | 1101011 | 11001111 | 10101010 | 110000 | 0 | 10010 | 10011 | 10011110 | 110011 | 111110 |
Color Harmonies of #6BCFAA
Complementary color
Monochromatic Colors of #6BCFAA
Black with #6BCFAA
Text Example
Text Example
White with #6BCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFAA; }
p { color: rgb(107,207,170); }
H1.HeaderClassName
{
color: #6BCFAA;
}
.AnyTagClassName
{
color: #6BCFAA;
}
</style>
background-color css
<style>
a { background-color: #6BCFAA; }
a { background-color: rgb(107,207,170); }
div.DivClassName
{
background-color: #6BCFAA;
}
.BgClassName
{
background-color: #6BCFAA;
}
</style>
border-color css
<style>
span { border-color: #6BCFAA; }
span { border-color: rgb(107,207,170); }
td.TdClassName
{
border-color: #6BCFAA;
}
.TagClassName
{
border-color: #6BCFAA;
}
</style>