Shades of Medium Aquamarine #6FCFA0
Tints of Medium Aquamarine #6FCFA0
RGB
CMYK
RGB Variations
Color information
#6FCFA0 (or 0x6FCFA0) is known color: Medium Aquamarine. HEX triplet: 6F, CF and A0. RGB value is (111,207,160). Sum of RGB (Red+Green+Blue) = 111+207+160=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCFA0 is #90305F. Grayscale: #ADADAD. Windows color (decimal): -9449568 or 10538863. OLE color: 10538863.
HSL color Cylindrical-coordinate representation of color #6FCFA0: hue angle of 150.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFA0 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 160 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.19 |
| HSL | 150.63º | 0.5% | 0.62% | - |
| HSV(B) | 150.63º | 0.46% | 0.81% | - |
| XYZ | 35.21 | 50.54 | 41.16 | - |
| YUV | 172.94 | 120.7 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 160 | 0.46 | 0 | 0.23 | 0.19 | 150.63 | 0.5 | 0.62 |
| Hex | 6F | CF | A0 | 2E | 0 | 17 | 13 | 97 | 32 | 3E |
| Octal | 157 | 317 | 240 | 56 | 0 | 27 | 23 | 227 | 62 | 76 |
| Binary | 1101111 | 11001111 | 10100000 | 101110 | 0 | 10111 | 10011 | 10010111 | 110010 | 111110 |
Color Harmonies of #6FCFA0
Complementary color
Monochromatic Colors of #6FCFA0
Black with #6FCFA0
Text Example
Text Example
White with #6FCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFA0; }
p { color: rgb(111,207,160); }
H1.HeaderClassName
{
color: #6FCFA0;
}
.AnyTagClassName
{
color: #6FCFA0;
}
</style>
background-color css
<style>
a { background-color: #6FCFA0; }
a { background-color: rgb(111,207,160); }
div.DivClassName
{
background-color: #6FCFA0;
}
.BgClassName
{
background-color: #6FCFA0;
}
</style>
border-color css
<style>
span { border-color: #6FCFA0; }
span { border-color: rgb(111,207,160); }
td.TdClassName
{
border-color: #6FCFA0;
}
.TagClassName
{
border-color: #6FCFA0;
}
</style>