Shades of Medium Aquamarine #6FCAA2
Tints of Medium Aquamarine #6FCAA2
RGB
CMYK
RGB Variations
Color information
#6FCAA2 (or 0x6FCAA2) is known color: Medium Aquamarine. HEX triplet: 6F, CA and A2. RGB value is (111,202,162). Sum of RGB (Red+Green+Blue) = 111+202+162=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAA2 is #90355D. Grayscale: #AAAAAA. Windows color (decimal): -9450846 or 10668655. OLE color: 10668655.
HSL color Cylindrical-coordinate representation of color #6FCAA2: hue angle of 153.63º 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 #6FCAA2 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 162 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.21 |
| HSL | 153.63º | 0.46% | 0.61% | - |
| HSV(B) | 153.63º | 0.45% | 0.79% | - |
| XYZ | 34.2 | 48.23 | 41.69 | - |
| YUV | 170.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 162 | 0.45 | 0 | 0.20 | 0.21 | 153.63 | 0.46 | 0.61 |
| Hex | 6F | CA | A2 | 2D | 0 | 14 | 15 | 9A | 2E | 3D |
| Octal | 157 | 312 | 242 | 55 | 0 | 24 | 25 | 232 | 56 | 75 |
| Binary | 1101111 | 11001010 | 10100010 | 101101 | 0 | 10100 | 10101 | 10011010 | 101110 | 111101 |
Color Harmonies of #6FCAA2
Complementary color
Monochromatic Colors of #6FCAA2
Black with #6FCAA2
Text Example
Text Example
White with #6FCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCAA2; }
p { color: rgb(111,202,162); }
H1.HeaderClassName
{
color: #6FCAA2;
}
.AnyTagClassName
{
color: #6FCAA2;
}
</style>
background-color css
<style>
a { background-color: #6FCAA2; }
a { background-color: rgb(111,202,162); }
div.DivClassName
{
background-color: #6FCAA2;
}
.BgClassName
{
background-color: #6FCAA2;
}
</style>
border-color css
<style>
span { border-color: #6FCAA2; }
span { border-color: rgb(111,202,162); }
td.TdClassName
{
border-color: #6FCAA2;
}
.TagClassName
{
border-color: #6FCAA2;
}
</style>