Shades of Aquamarine #68F9D4
Tints of Aquamarine #68F9D4
RGB
CMYK
RGB Variations
Color information
#68F9D4 (or 0x68F9D4) is known color: Aquamarine. HEX triplet: 68, F9 and D4. RGB value is (104,249,212). Sum of RGB (Red+Green+Blue) = 104+249+212=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9D4 is #97062B. Grayscale: #C9C9C9. Windows color (decimal): -9897516 or 13957480. OLE color: 13957480.
HSL color Cylindrical-coordinate representation of color #68F9D4: hue angle of 164.69º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F9D4 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 212 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.02 |
| HSL | 164.69º | 0.92% | 0.69% | - |
| HSV(B) | 164.69º | 0.58% | 0.98% | - |
| XYZ | 51.47 | 75.45 | 74.14 | - |
| YUV | 201.43 | 133.96 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 212 | 0.58 | 0 | 0.15 | 0.02 | 164.69 | 0.92 | 0.69 |
| Hex | 68 | F9 | D4 | 3A | 0 | F | 2 | A5 | 5C | 45 |
| Octal | 150 | 371 | 324 | 72 | 0 | 17 | 2 | 245 | 134 | 105 |
| Binary | 1101000 | 11111001 | 11010100 | 111010 | 0 | 1111 | 10 | 10100101 | 1011100 | 1000101 |
Color Harmonies of #68F9D4
Complementary color
Monochromatic Colors of #68F9D4
Black with #68F9D4
Text Example
Text Example
White with #68F9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F9D4; }
p { color: rgb(104,249,212); }
H1.HeaderClassName
{
color: #68F9D4;
}
.AnyTagClassName
{
color: #68F9D4;
}
</style>
background-color css
<style>
a { background-color: #68F9D4; }
a { background-color: rgb(104,249,212); }
div.DivClassName
{
background-color: #68F9D4;
}
.BgClassName
{
background-color: #68F9D4;
}
</style>
border-color css
<style>
span { border-color: #68F9D4; }
span { border-color: rgb(104,249,212); }
td.TdClassName
{
border-color: #68F9D4;
}
.TagClassName
{
border-color: #68F9D4;
}
</style>