Shades of Medium Aquamarine #6FCF9F
Tints of Medium Aquamarine #6FCF9F
RGB
CMYK
RGB Variations
Color information
#6FCF9F (or 0x6FCF9F) is known color: Medium Aquamarine. HEX triplet: 6F, CF and 9F. RGB value is (111,207,159). Sum of RGB (Red+Green+Blue) = 111+207+159=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCF9F is #903060. Grayscale: #ACACAC. Windows color (decimal): -9449569 or 10473327. OLE color: 10473327.
HSL color Cylindrical-coordinate representation of color #6FCF9F: hue angle of 150º 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 #6FCF9F is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 159 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.19 |
| HSL | 150º | 0.5% | 0.62% | - |
| HSV(B) | 150º | 0.46% | 0.81% | - |
| XYZ | 35.13 | 50.51 | 40.7 | - |
| YUV | 172.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 159 | 0.46 | 0 | 0.23 | 0.19 | 150 | 0.5 | 0.62 |
| Hex | 6F | CF | 9F | 2E | 0 | 17 | 13 | 96 | 32 | 3E |
| Octal | 157 | 317 | 237 | 56 | 0 | 27 | 23 | 226 | 62 | 76 |
| Binary | 1101111 | 11001111 | 10011111 | 101110 | 0 | 10111 | 10011 | 10010110 | 110010 | 111110 |
Color Harmonies of #6FCF9F
Complementary color
Monochromatic Colors of #6FCF9F
Black with #6FCF9F
Text Example
Text Example
White with #6FCF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF9F; }
p { color: rgb(111,207,159); }
H1.HeaderClassName
{
color: #6FCF9F;
}
.AnyTagClassName
{
color: #6FCF9F;
}
</style>
background-color css
<style>
a { background-color: #6FCF9F; }
a { background-color: rgb(111,207,159); }
div.DivClassName
{
background-color: #6FCF9F;
}
.BgClassName
{
background-color: #6FCF9F;
}
</style>
border-color css
<style>
span { border-color: #6FCF9F; }
span { border-color: rgb(111,207,159); }
td.TdClassName
{
border-color: #6FCF9F;
}
.TagClassName
{
border-color: #6FCF9F;
}
</style>