Shades of Aquamarine #68F9AF
Tints of Aquamarine #68F9AF
RGB
CMYK
RGB Variations
Color information
#68F9AF (or 0x68F9AF) is known color: Aquamarine. HEX triplet: 68, F9 and AF. RGB value is (104,249,175). Sum of RGB (Red+Green+Blue) = 104+249+175=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F9AF is #970650. Grayscale: #C5C5C5. Windows color (decimal): -9897553 or 11532648. OLE color: 11532648.
HSL color Cylindrical-coordinate representation of color #68F9AF: hue angle of 149.38º 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 #68F9AF is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 175 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.02 |
| HSL | 149.38º | 0.92% | 0.69% | - |
| HSV(B) | 149.38º | 0.58% | 0.98% | - |
| XYZ | 47.32 | 73.79 | 52.31 | - |
| YUV | 197.21 | 115.46 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 175 | 0.58 | 0 | 0.30 | 0.02 | 149.38 | 0.92 | 0.69 |
| Hex | 68 | F9 | AF | 3A | 0 | 1E | 2 | 95 | 5C | 45 |
| Octal | 150 | 371 | 257 | 72 | 0 | 36 | 2 | 225 | 134 | 105 |
| Binary | 1101000 | 11111001 | 10101111 | 111010 | 0 | 11110 | 10 | 10010101 | 1011100 | 1000101 |
Color Harmonies of #68F9AF
Complementary color
Monochromatic Colors of #68F9AF
Black with #68F9AF
Text Example
Text Example
White with #68F9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F9AF; }
p { color: rgb(104,249,175); }
H1.HeaderClassName
{
color: #68F9AF;
}
.AnyTagClassName
{
color: #68F9AF;
}
</style>
background-color css
<style>
a { background-color: #68F9AF; }
a { background-color: rgb(104,249,175); }
div.DivClassName
{
background-color: #68F9AF;
}
.BgClassName
{
background-color: #68F9AF;
}
</style>
border-color css
<style>
span { border-color: #68F9AF; }
span { border-color: rgb(104,249,175); }
td.TdClassName
{
border-color: #68F9AF;
}
.TagClassName
{
border-color: #68F9AF;
}
</style>