Shades of Aquamarine #68FAD0
Tints of Aquamarine #68FAD0
RGB
CMYK
RGB Variations
Color information
#68FAD0 (or 0x68FAD0) is known color: Aquamarine. HEX triplet: 68, FA and D0. RGB value is (104,250,208). Sum of RGB (Red+Green+Blue) = 104+250+208=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAD0 is #97052F. Grayscale: #C9C9C9. Windows color (decimal): -9897264 or 13695592. OLE color: 13695592.
HSL color Cylindrical-coordinate representation of color #68FAD0: hue angle of 162.74º 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 #68FAD0 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 208 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.02 |
| HSL | 162.74º | 0.94% | 0.69% | - |
| HSV(B) | 162.74º | 0.58% | 0.98% | - |
| XYZ | 51.28 | 75.87 | 71.62 | - |
| YUV | 201.56 | 131.63 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 208 | 0.58 | 0 | 0.17 | 0.02 | 162.74 | 0.94 | 0.69 |
| Hex | 68 | FA | D0 | 3A | 0 | 11 | 2 | A3 | 5E | 45 |
| Octal | 150 | 372 | 320 | 72 | 0 | 21 | 2 | 243 | 136 | 105 |
| Binary | 1101000 | 11111010 | 11010000 | 111010 | 0 | 10001 | 10 | 10100011 | 1011110 | 1000101 |
Color Harmonies of #68FAD0
Complementary color
Monochromatic Colors of #68FAD0
Black with #68FAD0
Text Example
Text Example
White with #68FAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAD0; }
p { color: rgb(104,250,208); }
H1.HeaderClassName
{
color: #68FAD0;
}
.AnyTagClassName
{
color: #68FAD0;
}
</style>
background-color css
<style>
a { background-color: #68FAD0; }
a { background-color: rgb(104,250,208); }
div.DivClassName
{
background-color: #68FAD0;
}
.BgClassName
{
background-color: #68FAD0;
}
</style>
border-color css
<style>
span { border-color: #68FAD0; }
span { border-color: rgb(104,250,208); }
td.TdClassName
{
border-color: #68FAD0;
}
.TagClassName
{
border-color: #68FAD0;
}
</style>