Shades of Aquamarine #68FBCC
Tints of Aquamarine #68FBCC
RGB
CMYK
RGB Variations
Color information
#68FBCC (or 0x68FBCC) is known color: Aquamarine. HEX triplet: 68, FB and CC. RGB value is (104,251,204). Sum of RGB (Red+Green+Blue) = 104+251+204=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBCC is #970433. Grayscale: #C9C9C9. Windows color (decimal): -9897012 or 13433704. OLE color: 13433704.
HSL color Cylindrical-coordinate representation of color #68FBCC: hue angle of 160.82º 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 #68FBCC is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 204 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.02 |
| HSL | 160.82º | 0.95% | 0.7% | - |
| HSV(B) | 160.82º | 0.59% | 0.98% | - |
| XYZ | 51.11 | 76.3 | 69.16 | - |
| YUV | 201.69 | 129.3 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 204 | 0.59 | 0 | 0.19 | 0.02 | 160.82 | 0.95 | 0.7 |
| Hex | 68 | FB | CC | 3B | 0 | 13 | 2 | A1 | 5F | 46 |
| Octal | 150 | 373 | 314 | 73 | 0 | 23 | 2 | 241 | 137 | 106 |
| Binary | 1101000 | 11111011 | 11001100 | 111011 | 0 | 10011 | 10 | 10100001 | 1011111 | 1000110 |
Color Harmonies of #68FBCC
Complementary color
Monochromatic Colors of #68FBCC
Black with #68FBCC
Text Example
Text Example
White with #68FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBCC; }
p { color: rgb(104,251,204); }
H1.HeaderClassName
{
color: #68FBCC;
}
.AnyTagClassName
{
color: #68FBCC;
}
</style>
background-color css
<style>
a { background-color: #68FBCC; }
a { background-color: rgb(104,251,204); }
div.DivClassName
{
background-color: #68FBCC;
}
.BgClassName
{
background-color: #68FBCC;
}
</style>
border-color css
<style>
span { border-color: #68FBCC; }
span { border-color: rgb(104,251,204); }
td.TdClassName
{
border-color: #68FBCC;
}
.TagClassName
{
border-color: #68FBCC;
}
</style>