Shades of Aquamarine #68FBE2
Tints of Aquamarine #68FBE2
RGB
CMYK
RGB Variations
Color information
#68FBE2 (or 0x68FBE2) is known color: Aquamarine. HEX triplet: 68, FB and E2. RGB value is (104,251,226). Sum of RGB (Red+Green+Blue) = 104+251+226=581 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.90% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBE2 is #97041D. Grayscale: #CCCCCC. Windows color (decimal): -9896990 or 14875496. OLE color: 14875496.
HSL color Cylindrical-coordinate representation of color #68FBE2: hue angle of 169.8º 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 #68FBE2 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 226 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.02 |
| HSL | 169.8º | 0.95% | 0.7% | - |
| HSV(B) | 169.8º | 0.59% | 0.98% | - |
| XYZ | 53.93 | 77.43 | 84.05 | - |
| YUV | 204.2 | 140.3 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 226 | 0.59 | 0 | 0.10 | 0.02 | 169.8 | 0.95 | 0.7 |
| Hex | 68 | FB | E2 | 3B | 0 | A | 2 | AA | 5F | 46 |
| Octal | 150 | 373 | 342 | 73 | 0 | 12 | 2 | 252 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11100010 | 111011 | 0 | 1010 | 10 | 10101010 | 1011111 | 1000110 |
Color Harmonies of #68FBE2
Complementary color
Monochromatic Colors of #68FBE2
Black with #68FBE2
Text Example
Text Example
White with #68FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBE2; }
p { color: rgb(104,251,226); }
H1.HeaderClassName
{
color: #68FBE2;
}
.AnyTagClassName
{
color: #68FBE2;
}
</style>
background-color css
<style>
a { background-color: #68FBE2; }
a { background-color: rgb(104,251,226); }
div.DivClassName
{
background-color: #68FBE2;
}
.BgClassName
{
background-color: #68FBE2;
}
</style>
border-color css
<style>
span { border-color: #68FBE2; }
span { border-color: rgb(104,251,226); }
td.TdClassName
{
border-color: #68FBE2;
}
.TagClassName
{
border-color: #68FBE2;
}
</style>