Shades of Aquamarine #6FFFDC
Tints of Aquamarine #6FFFDC
RGB
CMYK
RGB Variations
Color information
#6FFFDC (or 0x6FFFDC) is known color: Aquamarine. HEX triplet: 6F, FF and DC. RGB value is (111,255,220). Sum of RGB (Red+Green+Blue) = 111+255+220=586 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.94% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFDC is #900023. Grayscale: #CFCFCF. Windows color (decimal): -9437220 or 14483311. OLE color: 14483311.
HSL color Cylindrical-coordinate representation of color #6FFFDC: hue angle of 165.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFDC is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 220 | - |
| CMYK | 0.56 | 0 | 0.14 | 0 |
| HSL | 165.42º | 1% | 0.72% | - |
| HSV(B) | 165.42º | 0.56% | 1% | - |
| XYZ | 55.23 | 80.07 | 80.25 | - |
| YUV | 207.95 | 134.79 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 220 | 0.56 | 0 | 0.14 | 0 | 165.42 | 1 | 0.72 |
| Hex | 6F | FF | DC | 38 | 0 | E | 0 | A5 | 64 | 48 |
| Octal | 157 | 377 | 334 | 70 | 0 | 16 | 0 | 245 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11011100 | 111000 | 0 | 1110 | 0 | 10100101 | 1100100 | 1001000 |
Color Harmonies of #6FFFDC
Complementary color
Monochromatic Colors of #6FFFDC
Black with #6FFFDC
Text Example
Text Example
White with #6FFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFDC; }
p { color: rgb(111,255,220); }
H1.HeaderClassName
{
color: #6FFFDC;
}
.AnyTagClassName
{
color: #6FFFDC;
}
</style>
background-color css
<style>
a { background-color: #6FFFDC; }
a { background-color: rgb(111,255,220); }
div.DivClassName
{
background-color: #6FFFDC;
}
.BgClassName
{
background-color: #6FFFDC;
}
</style>
border-color css
<style>
span { border-color: #6FFFDC; }
span { border-color: rgb(111,255,220); }
td.TdClassName
{
border-color: #6FFFDC;
}
.TagClassName
{
border-color: #6FFFDC;
}
</style>