Shades of Aquamarine #68F1CC
Tints of Aquamarine #68F1CC
RGB
CMYK
RGB Variations
Color information
#68F1CC (or 0x68F1CC) is known color: Aquamarine. HEX triplet: 68, F1 and CC. RGB value is (104,241,204). Sum of RGB (Red+Green+Blue) = 104+241+204=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F1CC is #970E33. Grayscale: #C3C3C3. Windows color (decimal): -9899572 or 13431144. OLE color: 13431144.
HSL color Cylindrical-coordinate representation of color #68F1CC: hue angle of 163.8º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F1CC is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 204 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.05 |
| HSL | 163.8º | 0.83% | 0.68% | - |
| HSV(B) | 163.8º | 0.57% | 0.95% | - |
| XYZ | 48.06 | 70.21 | 68.15 | - |
| YUV | 195.82 | 132.61 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 204 | 0.57 | 0 | 0.15 | 0.05 | 163.8 | 0.83 | 0.68 |
| Hex | 68 | F1 | CC | 39 | 0 | F | 5 | A4 | 53 | 44 |
| Octal | 150 | 361 | 314 | 71 | 0 | 17 | 5 | 244 | 123 | 104 |
| Binary | 1101000 | 11110001 | 11001100 | 111001 | 0 | 1111 | 101 | 10100100 | 1010011 | 1000100 |
Color Harmonies of #68F1CC
Complementary color
Monochromatic Colors of #68F1CC
Black with #68F1CC
Text Example
Text Example
White with #68F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F1CC; }
p { color: rgb(104,241,204); }
H1.HeaderClassName
{
color: #68F1CC;
}
.AnyTagClassName
{
color: #68F1CC;
}
</style>
background-color css
<style>
a { background-color: #68F1CC; }
a { background-color: rgb(104,241,204); }
div.DivClassName
{
background-color: #68F1CC;
}
.BgClassName
{
background-color: #68F1CC;
}
</style>
border-color css
<style>
span { border-color: #68F1CC; }
span { border-color: rgb(104,241,204); }
td.TdClassName
{
border-color: #68F1CC;
}
.TagClassName
{
border-color: #68F1CC;
}
</style>