Shades of Aquamarine #68F0DC
Tints of Aquamarine #68F0DC
RGB
CMYK
RGB Variations
Color information
#68F0DC (or 0x68F0DC) is known color: Aquamarine. HEX triplet: 68, F0 and DC. RGB value is (104,240,220). Sum of RGB (Red+Green+Blue) = 104+240+220=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0DC is #970F23. Grayscale: #C4C4C4. Windows color (decimal): -9899812 or 14479464. OLE color: 14479464.
HSL color Cylindrical-coordinate representation of color #68F0DC: hue angle of 171.18º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0DC is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 220 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.06 |
| HSL | 171.18º | 0.82% | 0.67% | - |
| HSV(B) | 171.18º | 0.57% | 0.94% | - |
| XYZ | 49.79 | 70.43 | 78.68 | - |
| YUV | 197.06 | 140.94 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 220 | 0.57 | 0 | 0.08 | 0.06 | 171.18 | 0.82 | 0.67 |
| Hex | 68 | F0 | DC | 39 | 0 | 8 | 6 | AB | 52 | 43 |
| Octal | 150 | 360 | 334 | 71 | 0 | 10 | 6 | 253 | 122 | 103 |
| Binary | 1101000 | 11110000 | 11011100 | 111001 | 0 | 1000 | 110 | 10101011 | 1010010 | 1000011 |
Color Harmonies of #68F0DC
Complementary color
Monochromatic Colors of #68F0DC
Black with #68F0DC
Text Example
Text Example
White with #68F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0DC; }
p { color: rgb(104,240,220); }
H1.HeaderClassName
{
color: #68F0DC;
}
.AnyTagClassName
{
color: #68F0DC;
}
</style>
background-color css
<style>
a { background-color: #68F0DC; }
a { background-color: rgb(104,240,220); }
div.DivClassName
{
background-color: #68F0DC;
}
.BgClassName
{
background-color: #68F0DC;
}
</style>
border-color css
<style>
span { border-color: #68F0DC; }
span { border-color: rgb(104,240,220); }
td.TdClassName
{
border-color: #68F0DC;
}
.TagClassName
{
border-color: #68F0DC;
}
</style>