Shades of Aquamarine #68EFCA
Tints of Aquamarine #68EFCA
RGB
CMYK
RGB Variations
Color information
#68EFCA (or 0x68EFCA) is known color: Aquamarine. HEX triplet: 68, EF and CA. RGB value is (104,239,202). Sum of RGB (Red+Green+Blue) = 104+239+202=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFCA is #971035. Grayscale: #C2C2C2. Windows color (decimal): -9900086 or 13299560. OLE color: 13299560.
HSL color Cylindrical-coordinate representation of color #68EFCA: hue angle of 163.56º 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 #68EFCA is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 202 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.06 |
| HSL | 163.56º | 0.81% | 0.67% | - |
| HSV(B) | 163.56º | 0.56% | 0.94% | - |
| XYZ | 47.24 | 68.94 | 66.69 | - |
| YUV | 194.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 202 | 0.56 | 0 | 0.15 | 0.06 | 163.56 | 0.81 | 0.67 |
| Hex | 68 | EF | CA | 38 | 0 | F | 6 | A4 | 51 | 43 |
| Octal | 150 | 357 | 312 | 70 | 0 | 17 | 6 | 244 | 121 | 103 |
| Binary | 1101000 | 11101111 | 11001010 | 111000 | 0 | 1111 | 110 | 10100100 | 1010001 | 1000011 |
Color Harmonies of #68EFCA
Complementary color
Monochromatic Colors of #68EFCA
Black with #68EFCA
Text Example
Text Example
White with #68EFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFCA; }
p { color: rgb(104,239,202); }
H1.HeaderClassName
{
color: #68EFCA;
}
.AnyTagClassName
{
color: #68EFCA;
}
</style>
background-color css
<style>
a { background-color: #68EFCA; }
a { background-color: rgb(104,239,202); }
div.DivClassName
{
background-color: #68EFCA;
}
.BgClassName
{
background-color: #68EFCA;
}
</style>
border-color css
<style>
span { border-color: #68EFCA; }
span { border-color: rgb(104,239,202); }
td.TdClassName
{
border-color: #68EFCA;
}
.TagClassName
{
border-color: #68EFCA;
}
</style>