Shades of Aquamarine #68FBBE
Tints of Aquamarine #68FBBE
RGB
CMYK
RGB Variations
Color information
#68FBBE (or 0x68FBBE) is known color: Aquamarine. HEX triplet: 68, FB and BE. RGB value is (104,251,190). Sum of RGB (Red+Green+Blue) = 104+251+190=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBBE is #970441. Grayscale: #C8C8C8. Windows color (decimal): -9897026 or 12516200. OLE color: 12516200.
HSL color Cylindrical-coordinate representation of color #68FBBE: hue angle of 155.1º 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 #68FBBE is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 190 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.02 |
| HSL | 155.1º | 0.95% | 0.7% | - |
| HSV(B) | 155.1º | 0.59% | 0.98% | - |
| XYZ | 49.5 | 75.66 | 60.71 | - |
| YUV | 200.09 | 122.3 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 190 | 0.59 | 0 | 0.24 | 0.02 | 155.1 | 0.95 | 0.7 |
| Hex | 68 | FB | BE | 3B | 0 | 18 | 2 | 9B | 5F | 46 |
| Octal | 150 | 373 | 276 | 73 | 0 | 30 | 2 | 233 | 137 | 106 |
| Binary | 1101000 | 11111011 | 10111110 | 111011 | 0 | 11000 | 10 | 10011011 | 1011111 | 1000110 |
Color Harmonies of #68FBBE
Complementary color
Monochromatic Colors of #68FBBE
Black with #68FBBE
Text Example
Text Example
White with #68FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBBE; }
p { color: rgb(104,251,190); }
H1.HeaderClassName
{
color: #68FBBE;
}
.AnyTagClassName
{
color: #68FBBE;
}
</style>
background-color css
<style>
a { background-color: #68FBBE; }
a { background-color: rgb(104,251,190); }
div.DivClassName
{
background-color: #68FBBE;
}
.BgClassName
{
background-color: #68FBBE;
}
</style>
border-color css
<style>
span { border-color: #68FBBE; }
span { border-color: rgb(104,251,190); }
td.TdClassName
{
border-color: #68FBBE;
}
.TagClassName
{
border-color: #68FBBE;
}
</style>