Shades of Medium Aquamarine #6ACBA0
Tints of Medium Aquamarine #6ACBA0
RGB
CMYK
RGB Variations
Color information
#6ACBA0 (or 0x6ACBA0) is known color: Medium Aquamarine. HEX triplet: 6A, CB and A0. RGB value is (106,203,160). Sum of RGB (Red+Green+Blue) = 106+203+160=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACBA0 is #95345F. Grayscale: #A9A9A9. Windows color (decimal): -9778272 or 10537834. OLE color: 10537834.
HSL color Cylindrical-coordinate representation of color #6ACBA0: hue angle of 153.4º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACBA0 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 160 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.20 |
| HSL | 153.4º | 0.48% | 0.61% | - |
| HSV(B) | 153.4º | 0.48% | 0.8% | - |
| XYZ | 33.64 | 48.31 | 40.81 | - |
| YUV | 169.1 | 122.86 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 160 | 0.48 | 0 | 0.21 | 0.20 | 153.4 | 0.48 | 0.61 |
| Hex | 6A | CB | A0 | 30 | 0 | 15 | 14 | 99 | 30 | 3D |
| Octal | 152 | 313 | 240 | 60 | 0 | 25 | 24 | 231 | 60 | 75 |
| Binary | 1101010 | 11001011 | 10100000 | 110000 | 0 | 10101 | 10100 | 10011001 | 110000 | 111101 |
Color Harmonies of #6ACBA0
Complementary color
Monochromatic Colors of #6ACBA0
Black with #6ACBA0
Text Example
Text Example
White with #6ACBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACBA0; }
p { color: rgb(106,203,160); }
H1.HeaderClassName
{
color: #6ACBA0;
}
.AnyTagClassName
{
color: #6ACBA0;
}
</style>
background-color css
<style>
a { background-color: #6ACBA0; }
a { background-color: rgb(106,203,160); }
div.DivClassName
{
background-color: #6ACBA0;
}
.BgClassName
{
background-color: #6ACBA0;
}
</style>
border-color css
<style>
span { border-color: #6ACBA0; }
span { border-color: rgb(106,203,160); }
td.TdClassName
{
border-color: #6ACBA0;
}
.TagClassName
{
border-color: #6ACBA0;
}
</style>