Shades of Medium Aquamarine #6FCFA4
Tints of Medium Aquamarine #6FCFA4
RGB
CMYK
RGB Variations
Color information
#6FCFA4 (or 0x6FCFA4) is known color: Medium Aquamarine. HEX triplet: 6F, CF and A4. RGB value is (111,207,164). Sum of RGB (Red+Green+Blue) = 111+207+164=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCFA4 is #90305B. Grayscale: #ADADAD. Windows color (decimal): -9449564 or 10801007. OLE color: 10801007.
HSL color Cylindrical-coordinate representation of color #6FCFA4: hue angle of 153.12º 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 #6FCFA4 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 164 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.19 |
| HSL | 153.13º | 0.5% | 0.62% | - |
| HSV(B) | 153.13º | 0.46% | 0.81% | - |
| XYZ | 35.57 | 50.69 | 43.03 | - |
| YUV | 173.39 | 122.7 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 164 | 0.46 | 0 | 0.21 | 0.19 | 153.13 | 0.5 | 0.62 |
| Hex | 6F | CF | A4 | 2E | 0 | 15 | 13 | 99 | 32 | 3E |
| Octal | 157 | 317 | 244 | 56 | 0 | 25 | 23 | 231 | 62 | 76 |
| Binary | 1101111 | 11001111 | 10100100 | 101110 | 0 | 10101 | 10011 | 10011001 | 110010 | 111110 |
Color Harmonies of #6FCFA4
Complementary color
Monochromatic Colors of #6FCFA4
Black with #6FCFA4
Text Example
Text Example
White with #6FCFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFA4; }
p { color: rgb(111,207,164); }
H1.HeaderClassName
{
color: #6FCFA4;
}
.AnyTagClassName
{
color: #6FCFA4;
}
</style>
background-color css
<style>
a { background-color: #6FCFA4; }
a { background-color: rgb(111,207,164); }
div.DivClassName
{
background-color: #6FCFA4;
}
.BgClassName
{
background-color: #6FCFA4;
}
</style>
border-color css
<style>
span { border-color: #6FCFA4; }
span { border-color: rgb(111,207,164); }
td.TdClassName
{
border-color: #6FCFA4;
}
.TagClassName
{
border-color: #6FCFA4;
}
</style>