Shades of Aquamarine #6FEED8
Tints of Aquamarine #6FEED8
RGB
CMYK
RGB Variations
Color information
#6FEED8 (or 0x6FEED8) is known color: Aquamarine. HEX triplet: 6F, EE and D8. RGB value is (111,238,216). Sum of RGB (Red+Green+Blue) = 111+238+216=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEED8 is #901127. Grayscale: #C5C5C5. Windows color (decimal): -9441576 or 14216815. OLE color: 14216815.
HSL color Cylindrical-coordinate representation of color #6FEED8: hue angle of 169.61º 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 #6FEED8 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 216 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.07 |
| HSL | 169.61º | 0.79% | 0.68% | - |
| HSV(B) | 169.61º | 0.53% | 0.93% | - |
| XYZ | 49.52 | 69.49 | 75.77 | - |
| YUV | 197.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 216 | 0.53 | 0 | 0.09 | 0.07 | 169.61 | 0.79 | 0.68 |
| Hex | 6F | EE | D8 | 35 | 0 | 9 | 7 | AA | 4F | 44 |
| Octal | 157 | 356 | 330 | 65 | 0 | 11 | 7 | 252 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11011000 | 110101 | 0 | 1001 | 111 | 10101010 | 1001111 | 1000100 |
Color Harmonies of #6FEED8
Complementary color
Monochromatic Colors of #6FEED8
Black with #6FEED8
Text Example
Text Example
White with #6FEED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEED8; }
p { color: rgb(111,238,216); }
H1.HeaderClassName
{
color: #6FEED8;
}
.AnyTagClassName
{
color: #6FEED8;
}
</style>
background-color css
<style>
a { background-color: #6FEED8; }
a { background-color: rgb(111,238,216); }
div.DivClassName
{
background-color: #6FEED8;
}
.BgClassName
{
background-color: #6FEED8;
}
</style>
border-color css
<style>
span { border-color: #6FEED8; }
span { border-color: rgb(111,238,216); }
td.TdClassName
{
border-color: #6FEED8;
}
.TagClassName
{
border-color: #6FEED8;
}
</style>