Shades of Medium Aquamarine #6FDDB1
Tints of Medium Aquamarine #6FDDB1
RGB
CMYK
RGB Variations
Color information
#6FDDB1 (or 0x6FDDB1) is known color: Medium Aquamarine. HEX triplet: 6F, DD and B1. RGB value is (111,221,177). Sum of RGB (Red+Green+Blue) = 111+221+177=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDDB1 is #90224E. Grayscale: #B7B7B7. Windows color (decimal): -9445967 or 11656559. OLE color: 11656559.
HSL color Cylindrical-coordinate representation of color #6FDDB1: hue angle of 156º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDDB1 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 177 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.13 |
| HSL | 156º | 0.62% | 0.65% | - |
| HSV(B) | 156º | 0.5% | 0.87% | - |
| XYZ | 40.35 | 58.27 | 50.72 | - |
| YUV | 183.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 177 | 0.50 | 0 | 0.20 | 0.13 | 156 | 0.62 | 0.65 |
| Hex | 6F | DD | B1 | 32 | 0 | 14 | D | 9C | 3E | 41 |
| Octal | 157 | 335 | 261 | 62 | 0 | 24 | 15 | 234 | 76 | 101 |
| Binary | 1101111 | 11011101 | 10110001 | 110010 | 0 | 10100 | 1101 | 10011100 | 111110 | 1000001 |
Color Harmonies of #6FDDB1
Complementary color
Monochromatic Colors of #6FDDB1
Black with #6FDDB1
Text Example
Text Example
White with #6FDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDB1; }
p { color: rgb(111,221,177); }
H1.HeaderClassName
{
color: #6FDDB1;
}
.AnyTagClassName
{
color: #6FDDB1;
}
</style>
background-color css
<style>
a { background-color: #6FDDB1; }
a { background-color: rgb(111,221,177); }
div.DivClassName
{
background-color: #6FDDB1;
}
.BgClassName
{
background-color: #6FDDB1;
}
</style>
border-color css
<style>
span { border-color: #6FDDB1; }
span { border-color: rgb(111,221,177); }
td.TdClassName
{
border-color: #6FDDB1;
}
.TagClassName
{
border-color: #6FDDB1;
}
</style>