Shades of Aquamarine #68FCBD
Tints of Aquamarine #68FCBD
RGB
CMYK
RGB Variations
Color information
#68FCBD (or 0x68FCBD) is known color: Aquamarine. HEX triplet: 68, FC and BD. RGB value is (104,252,189). Sum of RGB (Red+Green+Blue) = 104+252+189=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCBD is #970342. Grayscale: #C8C8C8. Windows color (decimal): -9896771 or 12450920. OLE color: 12450920.
HSL color Cylindrical-coordinate representation of color #68FCBD: hue angle of 154.46º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCBD is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 189 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.01 |
| HSL | 154.46º | 0.96% | 0.7% | - |
| HSV(B) | 154.46º | 0.59% | 0.99% | - |
| XYZ | 49.7 | 76.24 | 60.24 | - |
| YUV | 200.57 | 121.47 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 189 | 0.59 | 0 | 0.25 | 0.01 | 154.46 | 0.96 | 0.7 |
| Hex | 68 | FC | BD | 3B | 0 | 19 | 1 | 9A | 60 | 46 |
| Octal | 150 | 374 | 275 | 73 | 0 | 31 | 1 | 232 | 140 | 106 |
| Binary | 1101000 | 11111100 | 10111101 | 111011 | 0 | 11001 | 1 | 10011010 | 1100000 | 1000110 |
Color Harmonies of #68FCBD
Complementary color
Monochromatic Colors of #68FCBD
Black with #68FCBD
Text Example
Text Example
White with #68FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCBD; }
p { color: rgb(104,252,189); }
H1.HeaderClassName
{
color: #68FCBD;
}
.AnyTagClassName
{
color: #68FCBD;
}
</style>
background-color css
<style>
a { background-color: #68FCBD; }
a { background-color: rgb(104,252,189); }
div.DivClassName
{
background-color: #68FCBD;
}
.BgClassName
{
background-color: #68FCBD;
}
</style>
border-color css
<style>
span { border-color: #68FCBD; }
span { border-color: rgb(104,252,189); }
td.TdClassName
{
border-color: #68FCBD;
}
.TagClassName
{
border-color: #68FCBD;
}
</style>