Shades of Aquamarine #68FABD
Tints of Aquamarine #68FABD
RGB
CMYK
RGB Variations
Color information
#68FABD (or 0x68FABD) is known color: Aquamarine. HEX triplet: 68, FA and BD. RGB value is (104,250,189). Sum of RGB (Red+Green+Blue) = 104+250+189=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #68FABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FABD is #970542. Grayscale: #C7C7C7. Windows color (decimal): -9897283 or 12450408. OLE color: 12450408.
HSL color Cylindrical-coordinate representation of color #68FABD: hue angle of 154.93º 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 #68FABD is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 189 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.02 |
| HSL | 154.93º | 0.94% | 0.69% | - |
| HSV(B) | 154.93º | 0.58% | 0.98% | - |
| XYZ | 49.08 | 74.99 | 60.03 | - |
| YUV | 199.39 | 122.13 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 189 | 0.58 | 0 | 0.24 | 0.02 | 154.93 | 0.94 | 0.69 |
| Hex | 68 | FA | BD | 3A | 0 | 18 | 2 | 9B | 5E | 45 |
| Octal | 150 | 372 | 275 | 72 | 0 | 30 | 2 | 233 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10111101 | 111010 | 0 | 11000 | 10 | 10011011 | 1011110 | 1000101 |
Color Harmonies of #68FABD
Complementary color
Monochromatic Colors of #68FABD
Black with #68FABD
Text Example
Text Example
White with #68FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FABD; }
p { color: rgb(104,250,189); }
H1.HeaderClassName
{
color: #68FABD;
}
.AnyTagClassName
{
color: #68FABD;
}
</style>
background-color css
<style>
a { background-color: #68FABD; }
a { background-color: rgb(104,250,189); }
div.DivClassName
{
background-color: #68FABD;
}
.BgClassName
{
background-color: #68FABD;
}
</style>
border-color css
<style>
span { border-color: #68FABD; }
span { border-color: rgb(104,250,189); }
td.TdClassName
{
border-color: #68FABD;
}
.TagClassName
{
border-color: #68FABD;
}
</style>