Shades of Medium Aquamarine #6FCCA1
Tints of Medium Aquamarine #6FCCA1
RGB
CMYK
RGB Variations
Color information
#6FCCA1 (or 0x6FCCA1) is known color: Medium Aquamarine. HEX triplet: 6F, CC and A1. RGB value is (111,204,161). Sum of RGB (Red+Green+Blue) = 111+204+161=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCA1 is #90335E. Grayscale: #ABABAB. Windows color (decimal): -9450335 or 10603631. OLE color: 10603631.
HSL color Cylindrical-coordinate representation of color #6FCCA1: hue angle of 152.26º 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 #6FCCA1 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 161 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.2 |
| HSL | 152.26º | 0.48% | 0.62% | - |
| HSV(B) | 152.26º | 0.46% | 0.8% | - |
| XYZ | 34.58 | 49.14 | 41.38 | - |
| YUV | 171.29 | 122.19 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 161 | 0.46 | 0 | 0.21 | 0.2 | 152.26 | 0.48 | 0.62 |
| Hex | 6F | CC | A1 | 2E | 0 | 15 | 14 | 98 | 30 | 3E |
| Octal | 157 | 314 | 241 | 56 | 0 | 25 | 24 | 230 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10100001 | 101110 | 0 | 10101 | 10100 | 10011000 | 110000 | 111110 |
Color Harmonies of #6FCCA1
Complementary color
Monochromatic Colors of #6FCCA1
Black with #6FCCA1
Text Example
Text Example
White with #6FCCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCA1; }
p { color: rgb(111,204,161); }
H1.HeaderClassName
{
color: #6FCCA1;
}
.AnyTagClassName
{
color: #6FCCA1;
}
</style>
background-color css
<style>
a { background-color: #6FCCA1; }
a { background-color: rgb(111,204,161); }
div.DivClassName
{
background-color: #6FCCA1;
}
.BgClassName
{
background-color: #6FCCA1;
}
</style>
border-color css
<style>
span { border-color: #6FCCA1; }
span { border-color: rgb(111,204,161); }
td.TdClassName
{
border-color: #6FCCA1;
}
.TagClassName
{
border-color: #6FCCA1;
}
</style>