Shades of Aquamarine #68FAB4
Tints of Aquamarine #68FAB4
RGB
CMYK
RGB Variations
Color information
#68FAB4 (or 0x68FAB4) is known color: Aquamarine. HEX triplet: 68, FA and B4. RGB value is (104,250,180). Sum of RGB (Red+Green+Blue) = 104+250+180=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAB4 is #97054B. Grayscale: #C6C6C6. Windows color (decimal): -9897292 or 11860584. OLE color: 11860584.
HSL color Cylindrical-coordinate representation of color #68FAB4: hue angle of 151.23º 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 #68FAB4 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 180 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.02 |
| HSL | 151.23º | 0.94% | 0.69% | - |
| HSV(B) | 151.23º | 0.58% | 0.98% | - |
| XYZ | 48.13 | 74.61 | 55.04 | - |
| YUV | 198.37 | 117.63 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 180 | 0.58 | 0 | 0.28 | 0.02 | 151.23 | 0.94 | 0.69 |
| Hex | 68 | FA | B4 | 3A | 0 | 1C | 2 | 97 | 5E | 45 |
| Octal | 150 | 372 | 264 | 72 | 0 | 34 | 2 | 227 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10110100 | 111010 | 0 | 11100 | 10 | 10010111 | 1011110 | 1000101 |
Color Harmonies of #68FAB4
Complementary color
Monochromatic Colors of #68FAB4
Black with #68FAB4
Text Example
Text Example
White with #68FAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAB4; }
p { color: rgb(104,250,180); }
H1.HeaderClassName
{
color: #68FAB4;
}
.AnyTagClassName
{
color: #68FAB4;
}
</style>
background-color css
<style>
a { background-color: #68FAB4; }
a { background-color: rgb(104,250,180); }
div.DivClassName
{
background-color: #68FAB4;
}
.BgClassName
{
background-color: #68FAB4;
}
</style>
border-color css
<style>
span { border-color: #68FAB4; }
span { border-color: rgb(104,250,180); }
td.TdClassName
{
border-color: #68FAB4;
}
.TagClassName
{
border-color: #68FAB4;
}
</style>