Shades of Aquamarine #68FAB1
Tints of Aquamarine #68FAB1
RGB
CMYK
RGB Variations
Color information
#68FAB1 (or 0x68FAB1) is known color: Aquamarine. HEX triplet: 68, FA and B1. RGB value is (104,250,177). Sum of RGB (Red+Green+Blue) = 104+250+177=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FAB1 is #97054E. Grayscale: #C6C6C6. Windows color (decimal): -9897295 or 11663976. OLE color: 11663976.
HSL color Cylindrical-coordinate representation of color #68FAB1: hue angle of 150º 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 #68FAB1 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 177 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.02 |
| HSL | 150º | 0.94% | 0.69% | - |
| HSV(B) | 150º | 0.58% | 0.98% | - |
| XYZ | 47.83 | 74.49 | 53.45 | - |
| YUV | 198.02 | 116.13 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 177 | 0.58 | 0 | 0.29 | 0.02 | 150 | 0.94 | 0.69 |
| Hex | 68 | FA | B1 | 3A | 0 | 1D | 2 | 96 | 5E | 45 |
| Octal | 150 | 372 | 261 | 72 | 0 | 35 | 2 | 226 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10110001 | 111010 | 0 | 11101 | 10 | 10010110 | 1011110 | 1000101 |
Color Harmonies of #68FAB1
Complementary color
Monochromatic Colors of #68FAB1
Black with #68FAB1
Text Example
Text Example
White with #68FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAB1; }
p { color: rgb(104,250,177); }
H1.HeaderClassName
{
color: #68FAB1;
}
.AnyTagClassName
{
color: #68FAB1;
}
</style>
background-color css
<style>
a { background-color: #68FAB1; }
a { background-color: rgb(104,250,177); }
div.DivClassName
{
background-color: #68FAB1;
}
.BgClassName
{
background-color: #68FAB1;
}
</style>
border-color css
<style>
span { border-color: #68FAB1; }
span { border-color: rgb(104,250,177); }
td.TdClassName
{
border-color: #68FAB1;
}
.TagClassName
{
border-color: #68FAB1;
}
</style>