Shades of Aquamarine #68F9DF
Tints of Aquamarine #68F9DF
RGB
CMYK
RGB Variations
Color information
#68F9DF (or 0x68F9DF) is known color: Aquamarine. HEX triplet: 68, F9 and DF. RGB value is (104,249,223). Sum of RGB (Red+Green+Blue) = 104+249+223=576 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.06% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9DF is #970620. Grayscale: #CACACA. Windows color (decimal): -9897505 or 14678376. OLE color: 14678376.
HSL color Cylindrical-coordinate representation of color #68F9DF: hue angle of 169.24º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F9DF is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 223 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.02 |
| HSL | 169.24º | 0.92% | 0.69% | - |
| HSV(B) | 169.24º | 0.58% | 0.98% | - |
| XYZ | 52.9 | 76.02 | 81.7 | - |
| YUV | 202.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 223 | 0.58 | 0 | 0.10 | 0.02 | 169.24 | 0.92 | 0.69 |
| Hex | 68 | F9 | DF | 3A | 0 | A | 2 | A9 | 5C | 45 |
| Octal | 150 | 371 | 337 | 72 | 0 | 12 | 2 | 251 | 134 | 105 |
| Binary | 1101000 | 11111001 | 11011111 | 111010 | 0 | 1010 | 10 | 10101001 | 1011100 | 1000101 |
Color Harmonies of #68F9DF
Complementary color
Monochromatic Colors of #68F9DF
Black with #68F9DF
Text Example
Text Example
White with #68F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F9DF; }
p { color: rgb(104,249,223); }
H1.HeaderClassName
{
color: #68F9DF;
}
.AnyTagClassName
{
color: #68F9DF;
}
</style>
background-color css
<style>
a { background-color: #68F9DF; }
a { background-color: rgb(104,249,223); }
div.DivClassName
{
background-color: #68F9DF;
}
.BgClassName
{
background-color: #68F9DF;
}
</style>
border-color css
<style>
span { border-color: #68F9DF; }
span { border-color: rgb(104,249,223); }
td.TdClassName
{
border-color: #68F9DF;
}
.TagClassName
{
border-color: #68F9DF;
}
</style>