Shades of Aquamarine #68F2CF
Tints of Aquamarine #68F2CF
RGB
CMYK
RGB Variations
Color information
#68F2CF (or 0x68F2CF) is known color: Aquamarine. HEX triplet: 68, F2 and CF. RGB value is (104,242,207). Sum of RGB (Red+Green+Blue) = 104+242+207=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2CF is #970D30. Grayscale: #C4C4C4. Windows color (decimal): -9899313 or 13628008. OLE color: 13628008.
HSL color Cylindrical-coordinate representation of color #68F2CF: hue angle of 164.78º degrees, saturation: 0.84, 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 #68F2CF is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 207 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.05 |
| HSL | 164.78º | 0.84% | 0.68% | - |
| HSV(B) | 164.78º | 0.57% | 0.95% | - |
| XYZ | 48.72 | 70.95 | 70.16 | - |
| YUV | 196.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 207 | 0.57 | 0 | 0.14 | 0.05 | 164.78 | 0.84 | 0.68 |
| Hex | 68 | F2 | CF | 39 | 0 | E | 5 | A5 | 54 | 44 |
| Octal | 150 | 362 | 317 | 71 | 0 | 16 | 5 | 245 | 124 | 104 |
| Binary | 1101000 | 11110010 | 11001111 | 111001 | 0 | 1110 | 101 | 10100101 | 1010100 | 1000100 |
Color Harmonies of #68F2CF
Complementary color
Monochromatic Colors of #68F2CF
Black with #68F2CF
Text Example
Text Example
White with #68F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2CF; }
p { color: rgb(104,242,207); }
H1.HeaderClassName
{
color: #68F2CF;
}
.AnyTagClassName
{
color: #68F2CF;
}
</style>
background-color css
<style>
a { background-color: #68F2CF; }
a { background-color: rgb(104,242,207); }
div.DivClassName
{
background-color: #68F2CF;
}
.BgClassName
{
background-color: #68F2CF;
}
</style>
border-color css
<style>
span { border-color: #68F2CF; }
span { border-color: rgb(104,242,207); }
td.TdClassName
{
border-color: #68F2CF;
}
.TagClassName
{
border-color: #68F2CF;
}
</style>