Shades of Aquamarine #68FDDF
Tints of Aquamarine #68FDDF
RGB
CMYK
RGB Variations
Color information
#68FDDF (or 0x68FDDF) is known color: Aquamarine. HEX triplet: 68, FD and DF. RGB value is (104,253,223). Sum of RGB (Red+Green+Blue) = 104+253+223=580 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.93% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FDDF is #970220. Grayscale: #CCCCCC. Windows color (decimal): -9896481 or 14679400. OLE color: 14679400.
HSL color Cylindrical-coordinate representation of color #68FDDF: hue angle of 167.92º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FDDF is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 253 | 223 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.01 |
| HSL | 167.92º | 0.97% | 0.7% | - |
| HSV(B) | 167.92º | 0.59% | 0.99% | - |
| XYZ | 54.15 | 78.52 | 82.11 | - |
| YUV | 205.03 | 138.14 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 253 | 223 | 0.59 | 0 | 0.12 | 0.01 | 167.92 | 0.97 | 0.7 |
| Hex | 68 | FD | DF | 3B | 0 | C | 1 | A8 | 61 | 46 |
| Octal | 150 | 375 | 337 | 73 | 0 | 14 | 1 | 250 | 141 | 106 |
| Binary | 1101000 | 11111101 | 11011111 | 111011 | 0 | 1100 | 1 | 10101000 | 1100001 | 1000110 |
Color Harmonies of #68FDDF
Complementary color
Monochromatic Colors of #68FDDF
Black with #68FDDF
Text Example
Text Example
White with #68FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FDDF; }
p { color: rgb(104,253,223); }
H1.HeaderClassName
{
color: #68FDDF;
}
.AnyTagClassName
{
color: #68FDDF;
}
</style>
background-color css
<style>
a { background-color: #68FDDF; }
a { background-color: rgb(104,253,223); }
div.DivClassName
{
background-color: #68FDDF;
}
.BgClassName
{
background-color: #68FDDF;
}
</style>
border-color css
<style>
span { border-color: #68FDDF; }
span { border-color: rgb(104,253,223); }
td.TdClassName
{
border-color: #68FDDF;
}
.TagClassName
{
border-color: #68FDDF;
}
</style>