Shades of Aquamarine #68EFD0
Tints of Aquamarine #68EFD0
RGB
CMYK
RGB Variations
Color information
#68EFD0 (or 0x68EFD0) is known color: Aquamarine. HEX triplet: 68, EF and D0. RGB value is (104,239,208). Sum of RGB (Red+Green+Blue) = 104+239+208=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFD0 is #97102F. Grayscale: #C3C3C3. Windows color (decimal): -9900080 or 13692776. OLE color: 13692776.
HSL color Cylindrical-coordinate representation of color #68EFD0: hue angle of 166.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFD0 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 208 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.06 |
| HSL | 166.22º | 0.81% | 0.67% | - |
| HSV(B) | 166.22º | 0.56% | 0.94% | - |
| XYZ | 47.96 | 69.23 | 70.51 | - |
| YUV | 195.1 | 135.27 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 208 | 0.56 | 0 | 0.13 | 0.06 | 166.22 | 0.81 | 0.67 |
| Hex | 68 | EF | D0 | 38 | 0 | D | 6 | A6 | 51 | 43 |
| Octal | 150 | 357 | 320 | 70 | 0 | 15 | 6 | 246 | 121 | 103 |
| Binary | 1101000 | 11101111 | 11010000 | 111000 | 0 | 1101 | 110 | 10100110 | 1010001 | 1000011 |
Color Harmonies of #68EFD0
Complementary color
Monochromatic Colors of #68EFD0
Black with #68EFD0
Text Example
Text Example
White with #68EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFD0; }
p { color: rgb(104,239,208); }
H1.HeaderClassName
{
color: #68EFD0;
}
.AnyTagClassName
{
color: #68EFD0;
}
</style>
background-color css
<style>
a { background-color: #68EFD0; }
a { background-color: rgb(104,239,208); }
div.DivClassName
{
background-color: #68EFD0;
}
.BgClassName
{
background-color: #68EFD0;
}
</style>
border-color css
<style>
span { border-color: #68EFD0; }
span { border-color: rgb(104,239,208); }
td.TdClassName
{
border-color: #68EFD0;
}
.TagClassName
{
border-color: #68EFD0;
}
</style>