Shades of Medium Aquamarine #6BCAA0
Tints of Medium Aquamarine #6BCAA0
RGB
CMYK
RGB Variations
Color information
#6BCAA0 (or 0x6BCAA0) is known color: Medium Aquamarine. HEX triplet: 6B, CA and A0. RGB value is (107,202,160). Sum of RGB (Red+Green+Blue) = 107+202+160=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAA0 is #94355F. Grayscale: #A8A8A8. Windows color (decimal): -9712992 or 10537579. OLE color: 10537579.
HSL color Cylindrical-coordinate representation of color #6BCAA0: hue angle of 153.47º 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 #6BCAA0 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 160 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.21 |
| HSL | 153.47º | 0.47% | 0.61% | - |
| HSV(B) | 153.47º | 0.47% | 0.79% | - |
| XYZ | 33.53 | 47.9 | 40.74 | - |
| YUV | 168.81 | 123.03 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 160 | 0.47 | 0 | 0.21 | 0.21 | 153.47 | 0.47 | 0.61 |
| Hex | 6B | CA | A0 | 2F | 0 | 15 | 15 | 99 | 2F | 3D |
| Octal | 153 | 312 | 240 | 57 | 0 | 25 | 25 | 231 | 57 | 75 |
| Binary | 1101011 | 11001010 | 10100000 | 101111 | 0 | 10101 | 10101 | 10011001 | 101111 | 111101 |
Color Harmonies of #6BCAA0
Complementary color
Monochromatic Colors of #6BCAA0
Black with #6BCAA0
Text Example
Text Example
White with #6BCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCAA0; }
p { color: rgb(107,202,160); }
H1.HeaderClassName
{
color: #6BCAA0;
}
.AnyTagClassName
{
color: #6BCAA0;
}
</style>
background-color css
<style>
a { background-color: #6BCAA0; }
a { background-color: rgb(107,202,160); }
div.DivClassName
{
background-color: #6BCAA0;
}
.BgClassName
{
background-color: #6BCAA0;
}
</style>
border-color css
<style>
span { border-color: #6BCAA0; }
span { border-color: rgb(107,202,160); }
td.TdClassName
{
border-color: #6BCAA0;
}
.TagClassName
{
border-color: #6BCAA0;
}
</style>