Shades of Aquamarine #68FFCF
Tints of Aquamarine #68FFCF
RGB
CMYK
RGB Variations
Color information
#68FFCF (or 0x68FFCF) is known color: Aquamarine. HEX triplet: 68, FF and CF. RGB value is (104,255,207). Sum of RGB (Red+Green+Blue) = 104+255+207=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFCF is #970030. Grayscale: #CCCCCC. Windows color (decimal): -9895985 or 13631336. OLE color: 13631336.
HSL color Cylindrical-coordinate representation of color #68FFCF: hue angle of 160.93º 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 #68FFCF is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 207 | - |
| CMYK | 0.59 | 0 | 0.19 | 0 |
| HSL | 160.93º | 1% | 0.7% | - |
| HSV(B) | 160.93º | 0.59% | 1% | - |
| XYZ | 52.73 | 78.97 | 71.49 | - |
| YUV | 204.38 | 129.47 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 207 | 0.59 | 0 | 0.19 | 0 | 160.93 | 1 | 0.7 |
| Hex | 68 | FF | CF | 3B | 0 | 13 | 0 | A1 | 64 | 46 |
| Octal | 150 | 377 | 317 | 73 | 0 | 23 | 0 | 241 | 144 | 106 |
| Binary | 1101000 | 11111111 | 11001111 | 111011 | 0 | 10011 | 0 | 10100001 | 1100100 | 1000110 |
Color Harmonies of #68FFCF
Complementary color
Monochromatic Colors of #68FFCF
Black with #68FFCF
Text Example
Text Example
White with #68FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFCF; }
p { color: rgb(104,255,207); }
H1.HeaderClassName
{
color: #68FFCF;
}
.AnyTagClassName
{
color: #68FFCF;
}
</style>
background-color css
<style>
a { background-color: #68FFCF; }
a { background-color: rgb(104,255,207); }
div.DivClassName
{
background-color: #68FFCF;
}
.BgClassName
{
background-color: #68FFCF;
}
</style>
border-color css
<style>
span { border-color: #68FFCF; }
span { border-color: rgb(104,255,207); }
td.TdClassName
{
border-color: #68FFCF;
}
.TagClassName
{
border-color: #68FFCF;
}
</style>