Shades of Aquamarine #68FBDF
Tints of Aquamarine #68FBDF
RGB
CMYK
RGB Variations
Color information
#68FBDF (or 0x68FBDF) is known color: Aquamarine. HEX triplet: 68, FB and DF. RGB value is (104,251,223). Sum of RGB (Red+Green+Blue) = 104+251+223=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBDF is #970420. Grayscale: #CBCBCB. Windows color (decimal): -9896993 or 14678888. OLE color: 14678888.
HSL color Cylindrical-coordinate representation of color #68FBDF: hue angle of 168.57º 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 #68FBDF is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 223 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.02 |
| HSL | 168.57º | 0.95% | 0.7% | - |
| HSV(B) | 168.57º | 0.59% | 0.98% | - |
| XYZ | 53.53 | 77.27 | 81.9 | - |
| YUV | 203.86 | 138.8 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 223 | 0.59 | 0 | 0.11 | 0.02 | 168.57 | 0.95 | 0.7 |
| Hex | 68 | FB | DF | 3B | 0 | B | 2 | A9 | 5F | 46 |
| Octal | 150 | 373 | 337 | 73 | 0 | 13 | 2 | 251 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11011111 | 111011 | 0 | 1011 | 10 | 10101001 | 1011111 | 1000110 |
Color Harmonies of #68FBDF
Complementary color
Monochromatic Colors of #68FBDF
Black with #68FBDF
Text Example
Text Example
White with #68FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBDF; }
p { color: rgb(104,251,223); }
H1.HeaderClassName
{
color: #68FBDF;
}
.AnyTagClassName
{
color: #68FBDF;
}
</style>
background-color css
<style>
a { background-color: #68FBDF; }
a { background-color: rgb(104,251,223); }
div.DivClassName
{
background-color: #68FBDF;
}
.BgClassName
{
background-color: #68FBDF;
}
</style>
border-color css
<style>
span { border-color: #68FBDF; }
span { border-color: rgb(104,251,223); }
td.TdClassName
{
border-color: #68FBDF;
}
.TagClassName
{
border-color: #68FBDF;
}
</style>