Shades of Medium Aquamarine #6FCAA0
Tints of Medium Aquamarine #6FCAA0
RGB
CMYK
RGB Variations
Color information
#6FCAA0 (or 0x6FCAA0) is known color: Medium Aquamarine. HEX triplet: 6F, CA and A0. RGB value is (111,202,160). Sum of RGB (Red+Green+Blue) = 111+202+160=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAA0 is #90355F. Grayscale: #AAAAAA. Windows color (decimal): -9450848 or 10537583. OLE color: 10537583.
HSL color Cylindrical-coordinate representation of color #6FCAA0: hue angle of 152.31º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCAA0 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 160 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.21 |
| HSL | 152.31º | 0.46% | 0.61% | - |
| HSV(B) | 152.31º | 0.45% | 0.79% | - |
| XYZ | 34.02 | 48.16 | 40.76 | - |
| YUV | 170 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 160 | 0.45 | 0 | 0.21 | 0.21 | 152.31 | 0.46 | 0.61 |
| Hex | 6F | CA | A0 | 2D | 0 | 15 | 15 | 98 | 2E | 3D |
| Octal | 157 | 312 | 240 | 55 | 0 | 25 | 25 | 230 | 56 | 75 |
| Binary | 1101111 | 11001010 | 10100000 | 101101 | 0 | 10101 | 10101 | 10011000 | 101110 | 111101 |
Color Harmonies of #6FCAA0
Complementary color
Monochromatic Colors of #6FCAA0
Black with #6FCAA0
Text Example
Text Example
White with #6FCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCAA0; }
p { color: rgb(111,202,160); }
H1.HeaderClassName
{
color: #6FCAA0;
}
.AnyTagClassName
{
color: #6FCAA0;
}
</style>
background-color css
<style>
a { background-color: #6FCAA0; }
a { background-color: rgb(111,202,160); }
div.DivClassName
{
background-color: #6FCAA0;
}
.BgClassName
{
background-color: #6FCAA0;
}
</style>
border-color css
<style>
span { border-color: #6FCAA0; }
span { border-color: rgb(111,202,160); }
td.TdClassName
{
border-color: #6FCAA0;
}
.TagClassName
{
border-color: #6FCAA0;
}
</style>