Shades of Aquamarine #68FBC4
Tints of Aquamarine #68FBC4
RGB
CMYK
RGB Variations
Color information
#68FBC4 (or 0x68FBC4) is known color: Aquamarine. HEX triplet: 68, FB and C4. RGB value is (104,251,196). Sum of RGB (Red+Green+Blue) = 104+251+196=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBC4 is #97043B. Grayscale: #C8C8C8. Windows color (decimal): -9897020 or 12909416. OLE color: 12909416.
HSL color Cylindrical-coordinate representation of color #68FBC4: hue angle of 157.55º 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 #68FBC4 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 196 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.02 |
| HSL | 157.55º | 0.95% | 0.7% | - |
| HSV(B) | 157.55º | 0.59% | 0.98% | - |
| XYZ | 50.17 | 75.92 | 64.23 | - |
| YUV | 200.78 | 125.3 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 196 | 0.59 | 0 | 0.22 | 0.02 | 157.55 | 0.95 | 0.7 |
| Hex | 68 | FB | C4 | 3B | 0 | 16 | 2 | 9E | 5F | 46 |
| Octal | 150 | 373 | 304 | 73 | 0 | 26 | 2 | 236 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11000100 | 111011 | 0 | 10110 | 10 | 10011110 | 1011111 | 1000110 |
Color Harmonies of #68FBC4
Complementary color
Monochromatic Colors of #68FBC4
Black with #68FBC4
Text Example
Text Example
White with #68FBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBC4; }
p { color: rgb(104,251,196); }
H1.HeaderClassName
{
color: #68FBC4;
}
.AnyTagClassName
{
color: #68FBC4;
}
</style>
background-color css
<style>
a { background-color: #68FBC4; }
a { background-color: rgb(104,251,196); }
div.DivClassName
{
background-color: #68FBC4;
}
.BgClassName
{
background-color: #68FBC4;
}
</style>
border-color css
<style>
span { border-color: #68FBC4; }
span { border-color: rgb(104,251,196); }
td.TdClassName
{
border-color: #68FBC4;
}
.TagClassName
{
border-color: #68FBC4;
}
</style>