Shades of Aquamarine #6FEED7
Tints of Aquamarine #6FEED7
RGB
CMYK
RGB Variations
Color information
#6FEED7 (or 0x6FEED7) is known color: Aquamarine. HEX triplet: 6F, EE and D7. RGB value is (111,238,215). Sum of RGB (Red+Green+Blue) = 111+238+215=564 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.68% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEED7 is #901128. Grayscale: #C5C5C5. Windows color (decimal): -9441577 or 14151279. OLE color: 14151279.
HSL color Cylindrical-coordinate representation of color #6FEED7: hue angle of 169.13º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEED7 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 215 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.07 |
| HSL | 169.13º | 0.79% | 0.68% | - |
| HSV(B) | 169.13º | 0.53% | 0.93% | - |
| XYZ | 49.4 | 69.43 | 75.09 | - |
| YUV | 197.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 215 | 0.53 | 0 | 0.10 | 0.07 | 169.13 | 0.79 | 0.68 |
| Hex | 6F | EE | D7 | 35 | 0 | A | 7 | A9 | 4F | 44 |
| Octal | 157 | 356 | 327 | 65 | 0 | 12 | 7 | 251 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11010111 | 110101 | 0 | 1010 | 111 | 10101001 | 1001111 | 1000100 |
Color Harmonies of #6FEED7
Complementary color
Monochromatic Colors of #6FEED7
Black with #6FEED7
Text Example
Text Example
White with #6FEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEED7; }
p { color: rgb(111,238,215); }
H1.HeaderClassName
{
color: #6FEED7;
}
.AnyTagClassName
{
color: #6FEED7;
}
</style>
background-color css
<style>
a { background-color: #6FEED7; }
a { background-color: rgb(111,238,215); }
div.DivClassName
{
background-color: #6FEED7;
}
.BgClassName
{
background-color: #6FEED7;
}
</style>
border-color css
<style>
span { border-color: #6FEED7; }
span { border-color: rgb(111,238,215); }
td.TdClassName
{
border-color: #6FEED7;
}
.TagClassName
{
border-color: #6FEED7;
}
</style>