Shades of Aquamarine #68FFD2
Tints of Aquamarine #68FFD2
RGB
CMYK
RGB Variations
Color information
#68FFD2 (or 0x68FFD2) is known color: Aquamarine. HEX triplet: 68, FF and D2. RGB value is (104,255,210). Sum of RGB (Red+Green+Blue) = 104+255+210=569 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.28% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFD2 is #97002D. Grayscale: #CCCCCC. Windows color (decimal): -9895982 or 13827944. OLE color: 13827944.
HSL color Cylindrical-coordinate representation of color #68FFD2: hue angle of 162.12º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFD2 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 210 | - |
| CMYK | 0.59 | 0 | 0.18 | 0 |
| HSL | 162.12º | 1% | 0.7% | - |
| HSV(B) | 162.12º | 0.59% | 1% | - |
| XYZ | 53.1 | 79.12 | 73.44 | - |
| YUV | 204.72 | 130.97 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 210 | 0.59 | 0 | 0.18 | 0 | 162.12 | 1 | 0.7 |
| Hex | 68 | FF | D2 | 3B | 0 | 12 | 0 | A2 | 64 | 46 |
| Octal | 150 | 377 | 322 | 73 | 0 | 22 | 0 | 242 | 144 | 106 |
| Binary | 1101000 | 11111111 | 11010010 | 111011 | 0 | 10010 | 0 | 10100010 | 1100100 | 1000110 |
Color Harmonies of #68FFD2
Complementary color
Monochromatic Colors of #68FFD2
Black with #68FFD2
Text Example
Text Example
White with #68FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFD2; }
p { color: rgb(104,255,210); }
H1.HeaderClassName
{
color: #68FFD2;
}
.AnyTagClassName
{
color: #68FFD2;
}
</style>
background-color css
<style>
a { background-color: #68FFD2; }
a { background-color: rgb(104,255,210); }
div.DivClassName
{
background-color: #68FFD2;
}
.BgClassName
{
background-color: #68FFD2;
}
</style>
border-color css
<style>
span { border-color: #68FFD2; }
span { border-color: rgb(104,255,210); }
td.TdClassName
{
border-color: #68FFD2;
}
.TagClassName
{
border-color: #68FFD2;
}
</style>