Shades of Aquamarine #68F8DC
Tints of Aquamarine #68F8DC
RGB
CMYK
RGB Variations
Color information
#68F8DC (or 0x68F8DC) is known color: Aquamarine. HEX triplet: 68, F8 and DC. RGB value is (104,248,220). Sum of RGB (Red+Green+Blue) = 104+248+220=572 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.18% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #68F8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F8DC is #970723. Grayscale: #C9C9C9. Windows color (decimal): -9897764 or 14481512. OLE color: 14481512.
HSL color Cylindrical-coordinate representation of color #68F8DC: hue angle of 168.33º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F8DC is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 248 | 220 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.03 |
| HSL | 168.33º | 0.91% | 0.69% | - |
| HSV(B) | 168.33º | 0.58% | 0.97% | - |
| XYZ | 52.19 | 75.25 | 79.48 | - |
| YUV | 201.75 | 138.29 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 248 | 220 | 0.58 | 0 | 0.11 | 0.03 | 168.33 | 0.91 | 0.69 |
| Hex | 68 | F8 | DC | 3A | 0 | B | 3 | A8 | 5B | 45 |
| Octal | 150 | 370 | 334 | 72 | 0 | 13 | 3 | 250 | 133 | 105 |
| Binary | 1101000 | 11111000 | 11011100 | 111010 | 0 | 1011 | 11 | 10101000 | 1011011 | 1000101 |
Color Harmonies of #68F8DC
Complementary color
Monochromatic Colors of #68F8DC
Black with #68F8DC
Text Example
Text Example
White with #68F8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F8DC; }
p { color: rgb(104,248,220); }
H1.HeaderClassName
{
color: #68F8DC;
}
.AnyTagClassName
{
color: #68F8DC;
}
</style>
background-color css
<style>
a { background-color: #68F8DC; }
a { background-color: rgb(104,248,220); }
div.DivClassName
{
background-color: #68F8DC;
}
.BgClassName
{
background-color: #68F8DC;
}
</style>
border-color css
<style>
span { border-color: #68F8DC; }
span { border-color: rgb(104,248,220); }
td.TdClassName
{
border-color: #68F8DC;
}
.TagClassName
{
border-color: #68F8DC;
}
</style>