Shades of Aquamarine #68FBCF
Tints of Aquamarine #68FBCF
RGB
CMYK
RGB Variations
Color information
#68FBCF (or 0x68FBCF) is known color: Aquamarine. HEX triplet: 68, FB and CF. RGB value is (104,251,207). Sum of RGB (Red+Green+Blue) = 104+251+207=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBCF is #970430. Grayscale: #CACACA. Windows color (decimal): -9897009 or 13630312. OLE color: 13630312.
HSL color Cylindrical-coordinate representation of color #68FBCF: hue angle of 162.04º 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 #68FBCF is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 207 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.02 |
| HSL | 162.04º | 0.95% | 0.7% | - |
| HSV(B) | 162.04º | 0.59% | 0.98% | - |
| XYZ | 51.47 | 76.44 | 71.07 | - |
| YUV | 202.03 | 130.8 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 207 | 0.59 | 0 | 0.18 | 0.02 | 162.04 | 0.95 | 0.7 |
| Hex | 68 | FB | CF | 3B | 0 | 12 | 2 | A2 | 5F | 46 |
| Octal | 150 | 373 | 317 | 73 | 0 | 22 | 2 | 242 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11001111 | 111011 | 0 | 10010 | 10 | 10100010 | 1011111 | 1000110 |
Color Harmonies of #68FBCF
Complementary color
Monochromatic Colors of #68FBCF
Black with #68FBCF
Text Example
Text Example
White with #68FBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBCF; }
p { color: rgb(104,251,207); }
H1.HeaderClassName
{
color: #68FBCF;
}
.AnyTagClassName
{
color: #68FBCF;
}
</style>
background-color css
<style>
a { background-color: #68FBCF; }
a { background-color: rgb(104,251,207); }
div.DivClassName
{
background-color: #68FBCF;
}
.BgClassName
{
background-color: #68FBCF;
}
</style>
border-color css
<style>
span { border-color: #68FBCF; }
span { border-color: rgb(104,251,207); }
td.TdClassName
{
border-color: #68FBCF;
}
.TagClassName
{
border-color: #68FBCF;
}
</style>