Shades of Aquamarine #68FBCD
Tints of Aquamarine #68FBCD
RGB
CMYK
RGB Variations
Color information
#68FBCD (or 0x68FBCD) is known color: Aquamarine. HEX triplet: 68, FB and CD. RGB value is (104,251,205). Sum of RGB (Red+Green+Blue) = 104+251+205=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBCD is #970432. Grayscale: #C9C9C9. Windows color (decimal): -9897011 or 13499240. OLE color: 13499240.
HSL color Cylindrical-coordinate representation of color #68FBCD: hue angle of 161.22º 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 #68FBCD is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 205 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.02 |
| HSL | 161.22º | 0.95% | 0.7% | - |
| HSV(B) | 161.22º | 0.59% | 0.98% | - |
| XYZ | 51.23 | 76.35 | 69.79 | - |
| YUV | 201.8 | 129.8 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 205 | 0.59 | 0 | 0.18 | 0.02 | 161.22 | 0.95 | 0.7 |
| Hex | 68 | FB | CD | 3B | 0 | 12 | 2 | A1 | 5F | 46 |
| Octal | 150 | 373 | 315 | 73 | 0 | 22 | 2 | 241 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11001101 | 111011 | 0 | 10010 | 10 | 10100001 | 1011111 | 1000110 |
Color Harmonies of #68FBCD
Complementary color
Monochromatic Colors of #68FBCD
Black with #68FBCD
Text Example
Text Example
White with #68FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBCD; }
p { color: rgb(104,251,205); }
H1.HeaderClassName
{
color: #68FBCD;
}
.AnyTagClassName
{
color: #68FBCD;
}
</style>
background-color css
<style>
a { background-color: #68FBCD; }
a { background-color: rgb(104,251,205); }
div.DivClassName
{
background-color: #68FBCD;
}
.BgClassName
{
background-color: #68FBCD;
}
</style>
border-color css
<style>
span { border-color: #68FBCD; }
span { border-color: rgb(104,251,205); }
td.TdClassName
{
border-color: #68FBCD;
}
.TagClassName
{
border-color: #68FBCD;
}
</style>