Shades of Aquamarine #68F5D3
Tints of Aquamarine #68F5D3
RGB
CMYK
RGB Variations
Color information
#68F5D3 (or 0x68F5D3) is known color: Aquamarine. HEX triplet: 68, F5 and D3. RGB value is (104,245,211). Sum of RGB (Red+Green+Blue) = 104+245+211=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F5D3 is #970A2C. Grayscale: #C6C6C6. Windows color (decimal): -9898541 or 13890920. OLE color: 13890920.
HSL color Cylindrical-coordinate representation of color #68F5D3: hue angle of 165.53º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F5D3 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 211 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.04 |
| HSL | 165.53º | 0.88% | 0.68% | - |
| HSV(B) | 165.53º | 0.58% | 0.96% | - |
| XYZ | 50.12 | 72.95 | 73.07 | - |
| YUV | 198.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 211 | 0.58 | 0 | 0.14 | 0.04 | 165.53 | 0.88 | 0.68 |
| Hex | 68 | F5 | D3 | 3A | 0 | E | 4 | A6 | 58 | 44 |
| Octal | 150 | 365 | 323 | 72 | 0 | 16 | 4 | 246 | 130 | 104 |
| Binary | 1101000 | 11110101 | 11010011 | 111010 | 0 | 1110 | 100 | 10100110 | 1011000 | 1000100 |
Color Harmonies of #68F5D3
Complementary color
Monochromatic Colors of #68F5D3
Black with #68F5D3
Text Example
Text Example
White with #68F5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F5D3; }
p { color: rgb(104,245,211); }
H1.HeaderClassName
{
color: #68F5D3;
}
.AnyTagClassName
{
color: #68F5D3;
}
</style>
background-color css
<style>
a { background-color: #68F5D3; }
a { background-color: rgb(104,245,211); }
div.DivClassName
{
background-color: #68F5D3;
}
.BgClassName
{
background-color: #68F5D3;
}
</style>
border-color css
<style>
span { border-color: #68F5D3; }
span { border-color: rgb(104,245,211); }
td.TdClassName
{
border-color: #68F5D3;
}
.TagClassName
{
border-color: #68F5D3;
}
</style>