Shades of Aquamarine #68F3D4
Tints of Aquamarine #68F3D4
RGB
CMYK
RGB Variations
Color information
#68F3D4 (or 0x68F3D4) is known color: Aquamarine. HEX triplet: 68, F3 and D4. RGB value is (104,243,212). Sum of RGB (Red+Green+Blue) = 104+243+212=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F3D4 is #970C2B. Grayscale: #C5C5C5. Windows color (decimal): -9899052 or 13955944. OLE color: 13955944.
HSL color Cylindrical-coordinate representation of color #68F3D4: hue angle of 166.62º degrees, saturation: 0.85, 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 #68F3D4 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 212 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.05 |
| HSL | 166.62º | 0.85% | 0.68% | - |
| HSV(B) | 166.62º | 0.57% | 0.95% | - |
| XYZ | 49.64 | 71.8 | 73.53 | - |
| YUV | 197.91 | 135.95 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 212 | 0.57 | 0 | 0.13 | 0.05 | 166.62 | 0.85 | 0.68 |
| Hex | 68 | F3 | D4 | 39 | 0 | D | 5 | A7 | 55 | 44 |
| Octal | 150 | 363 | 324 | 71 | 0 | 15 | 5 | 247 | 125 | 104 |
| Binary | 1101000 | 11110011 | 11010100 | 111001 | 0 | 1101 | 101 | 10100111 | 1010101 | 1000100 |
Color Harmonies of #68F3D4
Complementary color
Monochromatic Colors of #68F3D4
Black with #68F3D4
Text Example
Text Example
White with #68F3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F3D4; }
p { color: rgb(104,243,212); }
H1.HeaderClassName
{
color: #68F3D4;
}
.AnyTagClassName
{
color: #68F3D4;
}
</style>
background-color css
<style>
a { background-color: #68F3D4; }
a { background-color: rgb(104,243,212); }
div.DivClassName
{
background-color: #68F3D4;
}
.BgClassName
{
background-color: #68F3D4;
}
</style>
border-color css
<style>
span { border-color: #68F3D4; }
span { border-color: rgb(104,243,212); }
td.TdClassName
{
border-color: #68F3D4;
}
.TagClassName
{
border-color: #68F3D4;
}
</style>