Shades of Medium Aquamarine #6BCBA0
Tints of Medium Aquamarine #6BCBA0
RGB
CMYK
RGB Variations
Color information
#6BCBA0 (or 0x6BCBA0) is known color: Medium Aquamarine. HEX triplet: 6B, CB and A0. RGB value is (107,203,160). Sum of RGB (Red+Green+Blue) = 107+203+160=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCBA0 is #94345F. Grayscale: #A9A9A9. Windows color (decimal): -9712736 or 10537835. OLE color: 10537835.
HSL color Cylindrical-coordinate representation of color #6BCBA0: hue angle of 153.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCBA0 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 160 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.20 |
| HSL | 153.13º | 0.48% | 0.61% | - |
| HSV(B) | 153.13º | 0.47% | 0.8% | - |
| XYZ | 33.76 | 48.38 | 40.82 | - |
| YUV | 169.39 | 122.7 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 160 | 0.47 | 0 | 0.21 | 0.20 | 153.13 | 0.48 | 0.61 |
| Hex | 6B | CB | A0 | 2F | 0 | 15 | 14 | 99 | 30 | 3D |
| Octal | 153 | 313 | 240 | 57 | 0 | 25 | 24 | 231 | 60 | 75 |
| Binary | 1101011 | 11001011 | 10100000 | 101111 | 0 | 10101 | 10100 | 10011001 | 110000 | 111101 |
Color Harmonies of #6BCBA0
Complementary color
Monochromatic Colors of #6BCBA0
Black with #6BCBA0
Text Example
Text Example
White with #6BCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBA0; }
p { color: rgb(107,203,160); }
H1.HeaderClassName
{
color: #6BCBA0;
}
.AnyTagClassName
{
color: #6BCBA0;
}
</style>
background-color css
<style>
a { background-color: #6BCBA0; }
a { background-color: rgb(107,203,160); }
div.DivClassName
{
background-color: #6BCBA0;
}
.BgClassName
{
background-color: #6BCBA0;
}
</style>
border-color css
<style>
span { border-color: #6BCBA0; }
span { border-color: rgb(107,203,160); }
td.TdClassName
{
border-color: #6BCBA0;
}
.TagClassName
{
border-color: #6BCBA0;
}
</style>