Shades of Aquamarine #68EECF
Tints of Aquamarine #68EECF
RGB
CMYK
RGB Variations
Color information
#68EECF (or 0x68EECF) is known color: Aquamarine. HEX triplet: 68, EE and CF. RGB value is (104,238,207). Sum of RGB (Red+Green+Blue) = 104+238+207=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #68EECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EECF is #971130. Grayscale: #C2C2C2. Windows color (decimal): -9900337 or 13626984. OLE color: 13626984.
HSL color Cylindrical-coordinate representation of color #68EECF: hue angle of 166.12º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EECF is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 207 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.07 |
| HSL | 166.12º | 0.8% | 0.67% | - |
| HSV(B) | 166.12º | 0.56% | 0.93% | - |
| XYZ | 47.55 | 68.6 | 69.77 | - |
| YUV | 194.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 207 | 0.56 | 0 | 0.13 | 0.07 | 166.12 | 0.8 | 0.67 |
| Hex | 68 | EE | CF | 38 | 0 | D | 7 | A6 | 50 | 43 |
| Octal | 150 | 356 | 317 | 70 | 0 | 15 | 7 | 246 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11001111 | 111000 | 0 | 1101 | 111 | 10100110 | 1010000 | 1000011 |
Color Harmonies of #68EECF
Complementary color
Monochromatic Colors of #68EECF
Black with #68EECF
Text Example
Text Example
White with #68EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EECF; }
p { color: rgb(104,238,207); }
H1.HeaderClassName
{
color: #68EECF;
}
.AnyTagClassName
{
color: #68EECF;
}
</style>
background-color css
<style>
a { background-color: #68EECF; }
a { background-color: rgb(104,238,207); }
div.DivClassName
{
background-color: #68EECF;
}
.BgClassName
{
background-color: #68EECF;
}
</style>
border-color css
<style>
span { border-color: #68EECF; }
span { border-color: rgb(104,238,207); }
td.TdClassName
{
border-color: #68EECF;
}
.TagClassName
{
border-color: #68EECF;
}
</style>