Shades of Medium Aquamarine #6BCAAC
Tints of Medium Aquamarine #6BCAAC
RGB
CMYK
RGB Variations
Color information
#6BCAAC (or 0x6BCAAC) is known color: Medium Aquamarine. HEX triplet: 6B, CA and AC. RGB value is (107,202,172). Sum of RGB (Red+Green+Blue) = 107+202+172=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAAC is #943553. Grayscale: #AAAAAA. Windows color (decimal): -9712980 or 11324011. OLE color: 11324011.
HSL color Cylindrical-coordinate representation of color #6BCAAC: hue angle of 161.05º 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 #6BCAAC is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 172 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.21 |
| HSL | 161.05º | 0.47% | 0.61% | - |
| HSV(B) | 161.05º | 0.47% | 0.79% | - |
| XYZ | 34.63 | 48.35 | 46.54 | - |
| YUV | 170.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 172 | 0.47 | 0 | 0.15 | 0.21 | 161.05 | 0.47 | 0.61 |
| Hex | 6B | CA | AC | 2F | 0 | F | 15 | A1 | 2F | 3D |
| Octal | 153 | 312 | 254 | 57 | 0 | 17 | 25 | 241 | 57 | 75 |
| Binary | 1101011 | 11001010 | 10101100 | 101111 | 0 | 1111 | 10101 | 10100001 | 101111 | 111101 |
Color Harmonies of #6BCAAC
Complementary color
Monochromatic Colors of #6BCAAC
Black with #6BCAAC
Text Example
Text Example
White with #6BCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCAAC; }
p { color: rgb(107,202,172); }
H1.HeaderClassName
{
color: #6BCAAC;
}
.AnyTagClassName
{
color: #6BCAAC;
}
</style>
background-color css
<style>
a { background-color: #6BCAAC; }
a { background-color: rgb(107,202,172); }
div.DivClassName
{
background-color: #6BCAAC;
}
.BgClassName
{
background-color: #6BCAAC;
}
</style>
border-color css
<style>
span { border-color: #6BCAAC; }
span { border-color: rgb(107,202,172); }
td.TdClassName
{
border-color: #6BCAAC;
}
.TagClassName
{
border-color: #6BCAAC;
}
</style>