Shades of Aquamarine #6FFFDA
Tints of Aquamarine #6FFFDA
RGB
CMYK
RGB Variations
Color information
#6FFFDA (or 0x6FFFDA) is known color: Aquamarine. HEX triplet: 6F, FF and DA. RGB value is (111,255,218). Sum of RGB (Red+Green+Blue) = 111+255+218=584 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.01% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFDA is #900025. Grayscale: #CFCFCF. Windows color (decimal): -9437222 or 14352239. OLE color: 14352239.
HSL color Cylindrical-coordinate representation of color #6FFFDA: hue angle of 164.58º 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 #6FFFDA is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 218 | - |
| CMYK | 0.56 | 0 | 0.15 | 0 |
| HSL | 164.58º | 1% | 0.72% | - |
| HSV(B) | 164.58º | 0.56% | 1% | - |
| XYZ | 54.97 | 79.96 | 78.87 | - |
| YUV | 207.73 | 133.79 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 218 | 0.56 | 0 | 0.15 | 0 | 164.58 | 1 | 0.72 |
| Hex | 6F | FF | DA | 38 | 0 | F | 0 | A5 | 64 | 48 |
| Octal | 157 | 377 | 332 | 70 | 0 | 17 | 0 | 245 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11011010 | 111000 | 0 | 1111 | 0 | 10100101 | 1100100 | 1001000 |
Color Harmonies of #6FFFDA
Complementary color
Monochromatic Colors of #6FFFDA
Black with #6FFFDA
Text Example
Text Example
White with #6FFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFDA; }
p { color: rgb(111,255,218); }
H1.HeaderClassName
{
color: #6FFFDA;
}
.AnyTagClassName
{
color: #6FFFDA;
}
</style>
background-color css
<style>
a { background-color: #6FFFDA; }
a { background-color: rgb(111,255,218); }
div.DivClassName
{
background-color: #6FFFDA;
}
.BgClassName
{
background-color: #6FFFDA;
}
</style>
border-color css
<style>
span { border-color: #6FFFDA; }
span { border-color: rgb(111,255,218); }
td.TdClassName
{
border-color: #6FFFDA;
}
.TagClassName
{
border-color: #6FFFDA;
}
</style>