Shades of Aquamarine #68FACE
Tints of Aquamarine #68FACE
RGB
CMYK
RGB Variations
Color information
#68FACE (or 0x68FACE) is known color: Aquamarine. HEX triplet: 68, FA and CE. RGB value is (104,250,206). Sum of RGB (Red+Green+Blue) = 104+250+206=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #68FACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FACE is #970531. Grayscale: #C9C9C9. Windows color (decimal): -9897266 or 13564520. OLE color: 13564520.
HSL color Cylindrical-coordinate representation of color #68FACE: hue angle of 161.92º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FACE is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 206 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.02 |
| HSL | 161.92º | 0.94% | 0.69% | - |
| HSV(B) | 161.92º | 0.58% | 0.98% | - |
| XYZ | 51.04 | 75.77 | 70.33 | - |
| YUV | 201.33 | 130.63 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 206 | 0.58 | 0 | 0.18 | 0.02 | 161.92 | 0.94 | 0.69 |
| Hex | 68 | FA | CE | 3A | 0 | 12 | 2 | A2 | 5E | 45 |
| Octal | 150 | 372 | 316 | 72 | 0 | 22 | 2 | 242 | 136 | 105 |
| Binary | 1101000 | 11111010 | 11001110 | 111010 | 0 | 10010 | 10 | 10100010 | 1011110 | 1000101 |
Color Harmonies of #68FACE
Complementary color
Monochromatic Colors of #68FACE
Black with #68FACE
Text Example
Text Example
White with #68FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FACE; }
p { color: rgb(104,250,206); }
H1.HeaderClassName
{
color: #68FACE;
}
.AnyTagClassName
{
color: #68FACE;
}
</style>
background-color css
<style>
a { background-color: #68FACE; }
a { background-color: rgb(104,250,206); }
div.DivClassName
{
background-color: #68FACE;
}
.BgClassName
{
background-color: #68FACE;
}
</style>
border-color css
<style>
span { border-color: #68FACE; }
span { border-color: rgb(104,250,206); }
td.TdClassName
{
border-color: #68FACE;
}
.TagClassName
{
border-color: #68FACE;
}
</style>