Shades of Aquamarine #68FFCD
Tints of Aquamarine #68FFCD
RGB
CMYK
RGB Variations
Color information
#68FFCD (or 0x68FFCD) is known color: Aquamarine. HEX triplet: 68, FF and CD. RGB value is (104,255,205). Sum of RGB (Red+Green+Blue) = 104+255+205=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFCD is #970032. Grayscale: #CCCCCC. Windows color (decimal): -9895987 or 13500264. OLE color: 13500264.
HSL color Cylindrical-coordinate representation of color #68FFCD: hue angle of 160.13º 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 #68FFCD is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 205 | - |
| CMYK | 0.59 | 0 | 0.20 | 0 |
| HSL | 160.13º | 1% | 0.7% | - |
| HSV(B) | 160.13º | 0.59% | 1% | - |
| XYZ | 52.49 | 78.87 | 70.21 | - |
| YUV | 204.15 | 128.47 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 205 | 0.59 | 0 | 0.20 | 0 | 160.13 | 1 | 0.7 |
| Hex | 68 | FF | CD | 3B | 0 | 14 | 0 | A0 | 64 | 46 |
| Octal | 150 | 377 | 315 | 73 | 0 | 24 | 0 | 240 | 144 | 106 |
| Binary | 1101000 | 11111111 | 11001101 | 111011 | 0 | 10100 | 0 | 10100000 | 1100100 | 1000110 |
Color Harmonies of #68FFCD
Complementary color
Monochromatic Colors of #68FFCD
Black with #68FFCD
Text Example
Text Example
White with #68FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFCD; }
p { color: rgb(104,255,205); }
H1.HeaderClassName
{
color: #68FFCD;
}
.AnyTagClassName
{
color: #68FFCD;
}
</style>
background-color css
<style>
a { background-color: #68FFCD; }
a { background-color: rgb(104,255,205); }
div.DivClassName
{
background-color: #68FFCD;
}
.BgClassName
{
background-color: #68FFCD;
}
</style>
border-color css
<style>
span { border-color: #68FFCD; }
span { border-color: rgb(104,255,205); }
td.TdClassName
{
border-color: #68FFCD;
}
.TagClassName
{
border-color: #68FFCD;
}
</style>