Shades of Medium Aquamarine #6FCCA2
Tints of Medium Aquamarine #6FCCA2
RGB
CMYK
RGB Variations
Color information
#6FCCA2 (or 0x6FCCA2) is known color: Medium Aquamarine. HEX triplet: 6F, CC and A2. RGB value is (111,204,162). Sum of RGB (Red+Green+Blue) = 111+204+162=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCA2 is #90335D. Grayscale: #ABABAB. Windows color (decimal): -9450334 or 10669167. OLE color: 10669167.
HSL color Cylindrical-coordinate representation of color #6FCCA2: hue angle of 152.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCCA2 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 162 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.2 |
| HSL | 152.9º | 0.48% | 0.62% | - |
| HSV(B) | 152.9º | 0.46% | 0.8% | - |
| XYZ | 34.67 | 49.17 | 41.85 | - |
| YUV | 171.41 | 122.69 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 162 | 0.46 | 0 | 0.21 | 0.2 | 152.9 | 0.48 | 0.62 |
| Hex | 6F | CC | A2 | 2E | 0 | 15 | 14 | 99 | 30 | 3E |
| Octal | 157 | 314 | 242 | 56 | 0 | 25 | 24 | 231 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10100010 | 101110 | 0 | 10101 | 10100 | 10011001 | 110000 | 111110 |
Color Harmonies of #6FCCA2
Complementary color
Monochromatic Colors of #6FCCA2
Black with #6FCCA2
Text Example
Text Example
White with #6FCCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCA2; }
p { color: rgb(111,204,162); }
H1.HeaderClassName
{
color: #6FCCA2;
}
.AnyTagClassName
{
color: #6FCCA2;
}
</style>
background-color css
<style>
a { background-color: #6FCCA2; }
a { background-color: rgb(111,204,162); }
div.DivClassName
{
background-color: #6FCCA2;
}
.BgClassName
{
background-color: #6FCCA2;
}
</style>
border-color css
<style>
span { border-color: #6FCCA2; }
span { border-color: rgb(111,204,162); }
td.TdClassName
{
border-color: #6FCCA2;
}
.TagClassName
{
border-color: #6FCCA2;
}
</style>