Shades of Aquamarine #68FBE0
Tints of Aquamarine #68FBE0
RGB
CMYK
RGB Variations
Color information
#68FBE0 (or 0x68FBE0) is known color: Aquamarine. HEX triplet: 68, FB and E0. RGB value is (104,251,224). Sum of RGB (Red+Green+Blue) = 104+251+224=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBE0 is #97041F. Grayscale: #CBCBCB. Windows color (decimal): -9896992 or 14744424. OLE color: 14744424.
HSL color Cylindrical-coordinate representation of color #68FBE0: hue angle of 168.98º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBE0 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 224 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.02 |
| HSL | 168.98º | 0.95% | 0.7% | - |
| HSV(B) | 168.98º | 0.59% | 0.98% | - |
| XYZ | 53.66 | 77.32 | 82.62 | - |
| YUV | 203.97 | 139.3 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 224 | 0.59 | 0 | 0.11 | 0.02 | 168.98 | 0.95 | 0.7 |
| Hex | 68 | FB | E0 | 3B | 0 | B | 2 | A9 | 5F | 46 |
| Octal | 150 | 373 | 340 | 73 | 0 | 13 | 2 | 251 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11100000 | 111011 | 0 | 1011 | 10 | 10101001 | 1011111 | 1000110 |
Color Harmonies of #68FBE0
Complementary color
Monochromatic Colors of #68FBE0
Black with #68FBE0
Text Example
Text Example
White with #68FBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBE0; }
p { color: rgb(104,251,224); }
H1.HeaderClassName
{
color: #68FBE0;
}
.AnyTagClassName
{
color: #68FBE0;
}
</style>
background-color css
<style>
a { background-color: #68FBE0; }
a { background-color: rgb(104,251,224); }
div.DivClassName
{
background-color: #68FBE0;
}
.BgClassName
{
background-color: #68FBE0;
}
</style>
border-color css
<style>
span { border-color: #68FBE0; }
span { border-color: rgb(104,251,224); }
td.TdClassName
{
border-color: #68FBE0;
}
.TagClassName
{
border-color: #68FBE0;
}
</style>