Shades of Medium Aquamarine #6FD5B0
Tints of Medium Aquamarine #6FD5B0
RGB
CMYK
RGB Variations
Color information
#6FD5B0 (or 0x6FD5B0) is known color: Medium Aquamarine. HEX triplet: 6F, D5 and B0. RGB value is (111,213,176). Sum of RGB (Red+Green+Blue) = 111+213+176=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD5B0 is #902A4F. Grayscale: #B2B2B2. Windows color (decimal): -9448016 or 11588975. OLE color: 11588975.
HSL color Cylindrical-coordinate representation of color #6FD5B0: hue angle of 158.24º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD5B0 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 176 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.16 |
| HSL | 158.24º | 0.55% | 0.64% | - |
| HSV(B) | 158.24º | 0.48% | 0.84% | - |
| XYZ | 38.19 | 54.1 | 49.5 | - |
| YUV | 178.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 176 | 0.48 | 0 | 0.17 | 0.16 | 158.24 | 0.55 | 0.64 |
| Hex | 6F | D5 | B0 | 30 | 0 | 11 | 10 | 9E | 37 | 40 |
| Octal | 157 | 325 | 260 | 60 | 0 | 21 | 20 | 236 | 67 | 100 |
| Binary | 1101111 | 11010101 | 10110000 | 110000 | 0 | 10001 | 10000 | 10011110 | 110111 | 1000000 |
Color Harmonies of #6FD5B0
Complementary color
Monochromatic Colors of #6FD5B0
Black with #6FD5B0
Text Example
Text Example
White with #6FD5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD5B0; }
p { color: rgb(111,213,176); }
H1.HeaderClassName
{
color: #6FD5B0;
}
.AnyTagClassName
{
color: #6FD5B0;
}
</style>
background-color css
<style>
a { background-color: #6FD5B0; }
a { background-color: rgb(111,213,176); }
div.DivClassName
{
background-color: #6FD5B0;
}
.BgClassName
{
background-color: #6FD5B0;
}
</style>
border-color css
<style>
span { border-color: #6FD5B0; }
span { border-color: rgb(111,213,176); }
td.TdClassName
{
border-color: #6FD5B0;
}
.TagClassName
{
border-color: #6FD5B0;
}
</style>