Shades of Aquamarine #68FFDF
Tints of Aquamarine #68FFDF
RGB
CMYK
RGB Variations
Color information
#68FFDF (or 0x68FFDF) is known color: Aquamarine. HEX triplet: 68, FF and DF. RGB value is (104,255,223). Sum of RGB (Red+Green+Blue) = 104+255+223=582 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.87% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFDF is #970020. Grayscale: #CECECE. Windows color (decimal): -9895969 or 14679912. OLE color: 14679912.
HSL color Cylindrical-coordinate representation of color #68FFDF: hue angle of 167.28º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFDF is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 223 | - |
| CMYK | 0.59 | 0 | 0.13 | 0 |
| HSL | 167.28º | 1% | 0.7% | - |
| HSV(B) | 167.28º | 0.59% | 1% | - |
| XYZ | 54.79 | 79.79 | 82.33 | - |
| YUV | 206.2 | 137.47 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 223 | 0.59 | 0 | 0.13 | 0 | 167.28 | 1 | 0.7 |
| Hex | 68 | FF | DF | 3B | 0 | D | 0 | A7 | 64 | 46 |
| Octal | 150 | 377 | 337 | 73 | 0 | 15 | 0 | 247 | 144 | 106 |
| Binary | 1101000 | 11111111 | 11011111 | 111011 | 0 | 1101 | 0 | 10100111 | 1100100 | 1000110 |
Color Harmonies of #68FFDF
Complementary color
Monochromatic Colors of #68FFDF
Black with #68FFDF
Text Example
Text Example
White with #68FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFDF; }
p { color: rgb(104,255,223); }
H1.HeaderClassName
{
color: #68FFDF;
}
.AnyTagClassName
{
color: #68FFDF;
}
</style>
background-color css
<style>
a { background-color: #68FFDF; }
a { background-color: rgb(104,255,223); }
div.DivClassName
{
background-color: #68FFDF;
}
.BgClassName
{
background-color: #68FFDF;
}
</style>
border-color css
<style>
span { border-color: #68FFDF; }
span { border-color: rgb(104,255,223); }
td.TdClassName
{
border-color: #68FFDF;
}
.TagClassName
{
border-color: #68FFDF;
}
</style>