Shades of Aquamarine #68F3DC
Tints of Aquamarine #68F3DC
RGB
CMYK
RGB Variations
Color information
#68F3DC (or 0x68F3DC) is known color: Aquamarine. HEX triplet: 68, F3 and DC. RGB value is (104,243,220). Sum of RGB (Red+Green+Blue) = 104+243+220=567 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.34% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F3DC is #970C23. Grayscale: #C6C6C6. Windows color (decimal): -9899044 or 14480232. OLE color: 14480232.
HSL color Cylindrical-coordinate representation of color #68F3DC: hue angle of 170.07º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F3DC is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 220 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.05 |
| HSL | 170.07º | 0.85% | 0.68% | - |
| HSV(B) | 170.07º | 0.57% | 0.95% | - |
| XYZ | 50.68 | 72.21 | 78.98 | - |
| YUV | 198.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 220 | 0.57 | 0 | 0.09 | 0.05 | 170.07 | 0.85 | 0.68 |
| Hex | 68 | F3 | DC | 39 | 0 | 9 | 5 | AA | 55 | 44 |
| Octal | 150 | 363 | 334 | 71 | 0 | 11 | 5 | 252 | 125 | 104 |
| Binary | 1101000 | 11110011 | 11011100 | 111001 | 0 | 1001 | 101 | 10101010 | 1010101 | 1000100 |
Color Harmonies of #68F3DC
Complementary color
Monochromatic Colors of #68F3DC
Black with #68F3DC
Text Example
Text Example
White with #68F3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F3DC; }
p { color: rgb(104,243,220); }
H1.HeaderClassName
{
color: #68F3DC;
}
.AnyTagClassName
{
color: #68F3DC;
}
</style>
background-color css
<style>
a { background-color: #68F3DC; }
a { background-color: rgb(104,243,220); }
div.DivClassName
{
background-color: #68F3DC;
}
.BgClassName
{
background-color: #68F3DC;
}
</style>
border-color css
<style>
span { border-color: #68F3DC; }
span { border-color: rgb(104,243,220); }
td.TdClassName
{
border-color: #68F3DC;
}
.TagClassName
{
border-color: #68F3DC;
}
</style>