Shades of Aquamarine #68F0CF
Tints of Aquamarine #68F0CF
RGB
CMYK
RGB Variations
Color information
#68F0CF (or 0x68F0CF) is known color: Aquamarine. HEX triplet: 68, F0 and CF. RGB value is (104,240,207). Sum of RGB (Red+Green+Blue) = 104+240+207=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0CF is #970F30. Grayscale: #C3C3C3. Windows color (decimal): -9899825 or 13627496. OLE color: 13627496.
HSL color Cylindrical-coordinate representation of color #68F0CF: hue angle of 165.44º 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 #68F0CF is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 207 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.06 |
| HSL | 165.44º | 0.82% | 0.67% | - |
| HSV(B) | 165.44º | 0.57% | 0.94% | - |
| XYZ | 48.13 | 69.77 | 69.96 | - |
| YUV | 195.57 | 134.44 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 207 | 0.57 | 0 | 0.14 | 0.06 | 165.44 | 0.82 | 0.67 |
| Hex | 68 | F0 | CF | 39 | 0 | E | 6 | A5 | 52 | 43 |
| Octal | 150 | 360 | 317 | 71 | 0 | 16 | 6 | 245 | 122 | 103 |
| Binary | 1101000 | 11110000 | 11001111 | 111001 | 0 | 1110 | 110 | 10100101 | 1010010 | 1000011 |
Color Harmonies of #68F0CF
Complementary color
Monochromatic Colors of #68F0CF
Black with #68F0CF
Text Example
Text Example
White with #68F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0CF; }
p { color: rgb(104,240,207); }
H1.HeaderClassName
{
color: #68F0CF;
}
.AnyTagClassName
{
color: #68F0CF;
}
</style>
background-color css
<style>
a { background-color: #68F0CF; }
a { background-color: rgb(104,240,207); }
div.DivClassName
{
background-color: #68F0CF;
}
.BgClassName
{
background-color: #68F0CF;
}
</style>
border-color css
<style>
span { border-color: #68F0CF; }
span { border-color: rgb(104,240,207); }
td.TdClassName
{
border-color: #68F0CF;
}
.TagClassName
{
border-color: #68F0CF;
}
</style>