Shades of Medium Aquamarine #6FDAA5
Tints of Medium Aquamarine #6FDAA5
RGB
CMYK
RGB Variations
Color information
#6FDAA5 (or 0x6FDAA5) is known color: Medium Aquamarine. HEX triplet: 6F, DA and A5. RGB value is (111,218,165). Sum of RGB (Red+Green+Blue) = 111+218+165=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDAA5 is #90255A. Grayscale: #B4B4B4. Windows color (decimal): -9446747 or 10869359. OLE color: 10869359.
HSL color Cylindrical-coordinate representation of color #6FDAA5: hue angle of 150.28º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDAA5 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 165 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.15 |
| HSL | 150.28º | 0.59% | 0.65% | - |
| HSV(B) | 150.28º | 0.49% | 0.85% | - |
| XYZ | 38.42 | 56.24 | 44.43 | - |
| YUV | 179.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 165 | 0.49 | 0 | 0.24 | 0.15 | 150.28 | 0.59 | 0.65 |
| Hex | 6F | DA | A5 | 31 | 0 | 18 | F | 96 | 3B | 41 |
| Octal | 157 | 332 | 245 | 61 | 0 | 30 | 17 | 226 | 73 | 101 |
| Binary | 1101111 | 11011010 | 10100101 | 110001 | 0 | 11000 | 1111 | 10010110 | 111011 | 1000001 |
Color Harmonies of #6FDAA5
Complementary color
Monochromatic Colors of #6FDAA5
Black with #6FDAA5
Text Example
Text Example
White with #6FDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDAA5; }
p { color: rgb(111,218,165); }
H1.HeaderClassName
{
color: #6FDAA5;
}
.AnyTagClassName
{
color: #6FDAA5;
}
</style>
background-color css
<style>
a { background-color: #6FDAA5; }
a { background-color: rgb(111,218,165); }
div.DivClassName
{
background-color: #6FDAA5;
}
.BgClassName
{
background-color: #6FDAA5;
}
</style>
border-color css
<style>
span { border-color: #6FDAA5; }
span { border-color: rgb(111,218,165); }
td.TdClassName
{
border-color: #6FDAA5;
}
.TagClassName
{
border-color: #6FDAA5;
}
</style>