Shades of Aquamarine #6FF8DB
Tints of Aquamarine #6FF8DB
RGB
CMYK
RGB Variations
Color information
#6FF8DB (or 0x6FF8DB) is known color: Aquamarine. HEX triplet: 6F, F8 and DB. RGB value is (111,248,219). Sum of RGB (Red+Green+Blue) = 111+248+219=578 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.20% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #6FF8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF8DB is #900724. Grayscale: #CBCBCB. Windows color (decimal): -9439013 or 14415983. OLE color: 14415983.
HSL color Cylindrical-coordinate representation of color #6FF8DB: hue angle of 167.3º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF8DB is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 248 | 219 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.03 |
| HSL | 167.3º | 0.91% | 0.7% | - |
| HSV(B) | 167.3º | 0.55% | 0.97% | - |
| XYZ | 52.91 | 75.63 | 78.83 | - |
| YUV | 203.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 248 | 219 | 0.55 | 0 | 0.12 | 0.03 | 167.3 | 0.91 | 0.7 |
| Hex | 6F | F8 | DB | 37 | 0 | C | 3 | A7 | 5B | 46 |
| Octal | 157 | 370 | 333 | 67 | 0 | 14 | 3 | 247 | 133 | 106 |
| Binary | 1101111 | 11111000 | 11011011 | 110111 | 0 | 1100 | 11 | 10100111 | 1011011 | 1000110 |
Color Harmonies of #6FF8DB
Complementary color
Monochromatic Colors of #6FF8DB
Black with #6FF8DB
Text Example
Text Example
White with #6FF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF8DB; }
p { color: rgb(111,248,219); }
H1.HeaderClassName
{
color: #6FF8DB;
}
.AnyTagClassName
{
color: #6FF8DB;
}
</style>
background-color css
<style>
a { background-color: #6FF8DB; }
a { background-color: rgb(111,248,219); }
div.DivClassName
{
background-color: #6FF8DB;
}
.BgClassName
{
background-color: #6FF8DB;
}
</style>
border-color css
<style>
span { border-color: #6FF8DB; }
span { border-color: rgb(111,248,219); }
td.TdClassName
{
border-color: #6FF8DB;
}
.TagClassName
{
border-color: #6FF8DB;
}
</style>