Shades of Aquamarine #6FEAD7
Tints of Aquamarine #6FEAD7
RGB
CMYK
RGB Variations
Color information
#6FEAD7 (or 0x6FEAD7) is known color: Aquamarine. HEX triplet: 6F, EA and D7. RGB value is (111,234,215). Sum of RGB (Red+Green+Blue) = 111+234+215=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAD7 is #901528. Grayscale: #C3C3C3. Windows color (decimal): -9442601 or 14150255. OLE color: 14150255.
HSL color Cylindrical-coordinate representation of color #6FEAD7: hue angle of 170.73º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEAD7 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 215 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.08 |
| HSL | 170.73º | 0.75% | 0.68% | - |
| HSV(B) | 170.73º | 0.53% | 0.92% | - |
| XYZ | 48.24 | 67.13 | 74.7 | - |
| YUV | 195.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 215 | 0.53 | 0 | 0.08 | 0.08 | 170.73 | 0.75 | 0.68 |
| Hex | 6F | EA | D7 | 35 | 0 | 8 | 8 | AB | 4B | 44 |
| Octal | 157 | 352 | 327 | 65 | 0 | 10 | 10 | 253 | 113 | 104 |
| Binary | 1101111 | 11101010 | 11010111 | 110101 | 0 | 1000 | 1000 | 10101011 | 1001011 | 1000100 |
Color Harmonies of #6FEAD7
Complementary color
Monochromatic Colors of #6FEAD7
Black with #6FEAD7
Text Example
Text Example
White with #6FEAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEAD7; }
p { color: rgb(111,234,215); }
H1.HeaderClassName
{
color: #6FEAD7;
}
.AnyTagClassName
{
color: #6FEAD7;
}
</style>
background-color css
<style>
a { background-color: #6FEAD7; }
a { background-color: rgb(111,234,215); }
div.DivClassName
{
background-color: #6FEAD7;
}
.BgClassName
{
background-color: #6FEAD7;
}
</style>
border-color css
<style>
span { border-color: #6FEAD7; }
span { border-color: rgb(111,234,215); }
td.TdClassName
{
border-color: #6FEAD7;
}
.TagClassName
{
border-color: #6FEAD7;
}
</style>