Shades of Aquamarine #68FABF
Tints of Aquamarine #68FABF
RGB
CMYK
RGB Variations
Color information
#68FABF (or 0x68FABF) is known color: Aquamarine. HEX triplet: 68, FA and BF. RGB value is (104,250,191). Sum of RGB (Red+Green+Blue) = 104+250+191=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #68FABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FABF is #970540. Grayscale: #C7C7C7. Windows color (decimal): -9897281 or 12581480. OLE color: 12581480.
HSL color Cylindrical-coordinate representation of color #68FABF: hue angle of 155.75º 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 #68FABF is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 191 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.02 |
| HSL | 155.75º | 0.94% | 0.69% | - |
| HSV(B) | 155.75º | 0.58% | 0.98% | - |
| XYZ | 49.3 | 75.08 | 61.18 | - |
| YUV | 199.62 | 123.13 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 191 | 0.58 | 0 | 0.24 | 0.02 | 155.75 | 0.94 | 0.69 |
| Hex | 68 | FA | BF | 3A | 0 | 18 | 2 | 9C | 5E | 45 |
| Octal | 150 | 372 | 277 | 72 | 0 | 30 | 2 | 234 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10111111 | 111010 | 0 | 11000 | 10 | 10011100 | 1011110 | 1000101 |
Color Harmonies of #68FABF
Complementary color
Monochromatic Colors of #68FABF
Black with #68FABF
Text Example
Text Example
White with #68FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FABF; }
p { color: rgb(104,250,191); }
H1.HeaderClassName
{
color: #68FABF;
}
.AnyTagClassName
{
color: #68FABF;
}
</style>
background-color css
<style>
a { background-color: #68FABF; }
a { background-color: rgb(104,250,191); }
div.DivClassName
{
background-color: #68FABF;
}
.BgClassName
{
background-color: #68FABF;
}
</style>
border-color css
<style>
span { border-color: #68FABF; }
span { border-color: rgb(104,250,191); }
td.TdClassName
{
border-color: #68FABF;
}
.TagClassName
{
border-color: #68FABF;
}
</style>