Shades of Aquamarine #68FAB6
Tints of Aquamarine #68FAB6
RGB
CMYK
RGB Variations
Color information
#68FAB6 (or 0x68FAB6) is known color: Aquamarine. HEX triplet: 68, FA and B6. RGB value is (104,250,182). Sum of RGB (Red+Green+Blue) = 104+250+182=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAB6 is #970549. Grayscale: #C6C6C6. Windows color (decimal): -9897290 or 11991656. OLE color: 11991656.
HSL color Cylindrical-coordinate representation of color #68FAB6: hue angle of 152.05º 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 #68FAB6 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 182 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.02 |
| HSL | 152.05º | 0.94% | 0.69% | - |
| HSV(B) | 152.05º | 0.58% | 0.98% | - |
| XYZ | 48.34 | 74.69 | 56.13 | - |
| YUV | 198.59 | 118.63 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 182 | 0.58 | 0 | 0.27 | 0.02 | 152.05 | 0.94 | 0.69 |
| Hex | 68 | FA | B6 | 3A | 0 | 1B | 2 | 98 | 5E | 45 |
| Octal | 150 | 372 | 266 | 72 | 0 | 33 | 2 | 230 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10110110 | 111010 | 0 | 11011 | 10 | 10011000 | 1011110 | 1000101 |
Color Harmonies of #68FAB6
Complementary color
Monochromatic Colors of #68FAB6
Black with #68FAB6
Text Example
Text Example
White with #68FAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAB6; }
p { color: rgb(104,250,182); }
H1.HeaderClassName
{
color: #68FAB6;
}
.AnyTagClassName
{
color: #68FAB6;
}
</style>
background-color css
<style>
a { background-color: #68FAB6; }
a { background-color: rgb(104,250,182); }
div.DivClassName
{
background-color: #68FAB6;
}
.BgClassName
{
background-color: #68FAB6;
}
</style>
border-color css
<style>
span { border-color: #68FAB6; }
span { border-color: rgb(104,250,182); }
td.TdClassName
{
border-color: #68FAB6;
}
.TagClassName
{
border-color: #68FAB6;
}
</style>