Shades of Aquamarine #68F0CA
Tints of Aquamarine #68F0CA
RGB
CMYK
RGB Variations
Color information
#68F0CA (or 0x68F0CA) is known color: Aquamarine. HEX triplet: 68, F0 and CA. RGB value is (104,240,202). Sum of RGB (Red+Green+Blue) = 104+240+202=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0CA is #970F35. Grayscale: #C3C3C3. Windows color (decimal): -9899830 or 13299816. OLE color: 13299816.
HSL color Cylindrical-coordinate representation of color #68F0CA: hue angle of 163.24º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0CA is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 202 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.06 |
| HSL | 163.24º | 0.82% | 0.67% | - |
| HSV(B) | 163.24º | 0.57% | 0.94% | - |
| XYZ | 47.53 | 69.53 | 66.79 | - |
| YUV | 195 | 131.94 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 202 | 0.57 | 0 | 0.16 | 0.06 | 163.24 | 0.82 | 0.67 |
| Hex | 68 | F0 | CA | 39 | 0 | 10 | 6 | A3 | 52 | 43 |
| Octal | 150 | 360 | 312 | 71 | 0 | 20 | 6 | 243 | 122 | 103 |
| Binary | 1101000 | 11110000 | 11001010 | 111001 | 0 | 10000 | 110 | 10100011 | 1010010 | 1000011 |
Color Harmonies of #68F0CA
Complementary color
Monochromatic Colors of #68F0CA
Black with #68F0CA
Text Example
Text Example
White with #68F0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0CA; }
p { color: rgb(104,240,202); }
H1.HeaderClassName
{
color: #68F0CA;
}
.AnyTagClassName
{
color: #68F0CA;
}
</style>
background-color css
<style>
a { background-color: #68F0CA; }
a { background-color: rgb(104,240,202); }
div.DivClassName
{
background-color: #68F0CA;
}
.BgClassName
{
background-color: #68F0CA;
}
</style>
border-color css
<style>
span { border-color: #68F0CA; }
span { border-color: rgb(104,240,202); }
td.TdClassName
{
border-color: #68F0CA;
}
.TagClassName
{
border-color: #68F0CA;
}
</style>