Shades of Aquamarine #68F4CB
Tints of Aquamarine #68F4CB
RGB
CMYK
RGB Variations
Color information
#68F4CB (or 0x68F4CB) is known color: Aquamarine. HEX triplet: 68, F4 and CB. RGB value is (104,244,203). Sum of RGB (Red+Green+Blue) = 104+244+203=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F4CB is #970B34. Grayscale: #C5C5C5. Windows color (decimal): -9898805 or 13366376. OLE color: 13366376.
HSL color Cylindrical-coordinate representation of color #68F4CB: hue angle of 162.43º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4CB is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 203 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.04 |
| HSL | 162.43º | 0.86% | 0.68% | - |
| HSV(B) | 162.43º | 0.57% | 0.96% | - |
| XYZ | 48.84 | 71.96 | 67.81 | - |
| YUV | 197.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 203 | 0.57 | 0 | 0.17 | 0.04 | 162.43 | 0.86 | 0.68 |
| Hex | 68 | F4 | CB | 39 | 0 | 11 | 4 | A2 | 56 | 44 |
| Octal | 150 | 364 | 313 | 71 | 0 | 21 | 4 | 242 | 126 | 104 |
| Binary | 1101000 | 11110100 | 11001011 | 111001 | 0 | 10001 | 100 | 10100010 | 1010110 | 1000100 |
Color Harmonies of #68F4CB
Complementary color
Monochromatic Colors of #68F4CB
Black with #68F4CB
Text Example
Text Example
White with #68F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4CB; }
p { color: rgb(104,244,203); }
H1.HeaderClassName
{
color: #68F4CB;
}
.AnyTagClassName
{
color: #68F4CB;
}
</style>
background-color css
<style>
a { background-color: #68F4CB; }
a { background-color: rgb(104,244,203); }
div.DivClassName
{
background-color: #68F4CB;
}
.BgClassName
{
background-color: #68F4CB;
}
</style>
border-color css
<style>
span { border-color: #68F4CB; }
span { border-color: rgb(104,244,203); }
td.TdClassName
{
border-color: #68F4CB;
}
.TagClassName
{
border-color: #68F4CB;
}
</style>