Shades of Aquamarine #68FBC7
Tints of Aquamarine #68FBC7
RGB
CMYK
RGB Variations
Color information
#68FBC7 (or 0x68FBC7) is known color: Aquamarine. HEX triplet: 68, FB and C7. RGB value is (104,251,199). Sum of RGB (Red+Green+Blue) = 104+251+199=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBC7 is #970438. Grayscale: #C9C9C9. Windows color (decimal): -9897017 or 13106024. OLE color: 13106024.
HSL color Cylindrical-coordinate representation of color #68FBC7: hue angle of 158.78º 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 #68FBC7 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 199 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.02 |
| HSL | 158.78º | 0.95% | 0.7% | - |
| HSV(B) | 158.78º | 0.59% | 0.98% | - |
| XYZ | 50.51 | 76.06 | 66.05 | - |
| YUV | 201.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 199 | 0.59 | 0 | 0.21 | 0.02 | 158.78 | 0.95 | 0.7 |
| Hex | 68 | FB | C7 | 3B | 0 | 15 | 2 | 9F | 5F | 46 |
| Octal | 150 | 373 | 307 | 73 | 0 | 25 | 2 | 237 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11000111 | 111011 | 0 | 10101 | 10 | 10011111 | 1011111 | 1000110 |
Color Harmonies of #68FBC7
Complementary color
Monochromatic Colors of #68FBC7
Black with #68FBC7
Text Example
Text Example
White with #68FBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBC7; }
p { color: rgb(104,251,199); }
H1.HeaderClassName
{
color: #68FBC7;
}
.AnyTagClassName
{
color: #68FBC7;
}
</style>
background-color css
<style>
a { background-color: #68FBC7; }
a { background-color: rgb(104,251,199); }
div.DivClassName
{
background-color: #68FBC7;
}
.BgClassName
{
background-color: #68FBC7;
}
</style>
border-color css
<style>
span { border-color: #68FBC7; }
span { border-color: rgb(104,251,199); }
td.TdClassName
{
border-color: #68FBC7;
}
.TagClassName
{
border-color: #68FBC7;
}
</style>