Shades of Medium Aquamarine #6FD8A8
Tints of Medium Aquamarine #6FD8A8
RGB
CMYK
RGB Variations
Color information
#6FD8A8 (or 0x6FD8A8) is known color: Medium Aquamarine. HEX triplet: 6F, D8 and A8. RGB value is (111,216,168). Sum of RGB (Red+Green+Blue) = 111+216+168=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD8A8 is #902757. Grayscale: #B3B3B3. Windows color (decimal): -9447256 or 11065455. OLE color: 11065455.
HSL color Cylindrical-coordinate representation of color #6FD8A8: hue angle of 152.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD8A8 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 216 | 168 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.15 |
| HSL | 152.57º | 0.57% | 0.64% | - |
| HSV(B) | 152.57º | 0.49% | 0.85% | - |
| XYZ | 38.18 | 55.32 | 45.71 | - |
| YUV | 179.13 | 121.71 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 216 | 168 | 0.49 | 0 | 0.22 | 0.15 | 152.57 | 0.57 | 0.64 |
| Hex | 6F | D8 | A8 | 31 | 0 | 16 | F | 99 | 39 | 40 |
| Octal | 157 | 330 | 250 | 61 | 0 | 26 | 17 | 231 | 71 | 100 |
| Binary | 1101111 | 11011000 | 10101000 | 110001 | 0 | 10110 | 1111 | 10011001 | 111001 | 1000000 |
Color Harmonies of #6FD8A8
Complementary color
Monochromatic Colors of #6FD8A8
Black with #6FD8A8
Text Example
Text Example
White with #6FD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD8A8; }
p { color: rgb(111,216,168); }
H1.HeaderClassName
{
color: #6FD8A8;
}
.AnyTagClassName
{
color: #6FD8A8;
}
</style>
background-color css
<style>
a { background-color: #6FD8A8; }
a { background-color: rgb(111,216,168); }
div.DivClassName
{
background-color: #6FD8A8;
}
.BgClassName
{
background-color: #6FD8A8;
}
</style>
border-color css
<style>
span { border-color: #6FD8A8; }
span { border-color: rgb(111,216,168); }
td.TdClassName
{
border-color: #6FD8A8;
}
.TagClassName
{
border-color: #6FD8A8;
}
</style>