Shades of Medium Aquamarine #68F3AF
Tints of Medium Aquamarine #68F3AF
RGB
CMYK
RGB Variations
Color information
#68F3AF (or 0x68F3AF) is known color: Medium Aquamarine. HEX triplet: 68, F3 and AF. RGB value is (104,243,175). Sum of RGB (Red+Green+Blue) = 104+243+175=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F3AF is #970C50. Grayscale: #C1C1C1. Windows color (decimal): -9899089 or 11531112. OLE color: 11531112.
HSL color Cylindrical-coordinate representation of color #68F3AF: hue angle of 150.65º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F3AF is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 175 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.05 |
| HSL | 150.65º | 0.85% | 0.68% | - |
| HSV(B) | 150.65º | 0.57% | 0.95% | - |
| XYZ | 45.5 | 70.14 | 51.7 | - |
| YUV | 193.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 175 | 0.57 | 0 | 0.28 | 0.05 | 150.65 | 0.85 | 0.68 |
| Hex | 68 | F3 | AF | 39 | 0 | 1C | 5 | 97 | 55 | 44 |
| Octal | 150 | 363 | 257 | 71 | 0 | 34 | 5 | 227 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10101111 | 111001 | 0 | 11100 | 101 | 10010111 | 1010101 | 1000100 |
Color Harmonies of #68F3AF
Complementary color
Monochromatic Colors of #68F3AF
Black with #68F3AF
Text Example
Text Example
White with #68F3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F3AF; }
p { color: rgb(104,243,175); }
H1.HeaderClassName
{
color: #68F3AF;
}
.AnyTagClassName
{
color: #68F3AF;
}
</style>
background-color css
<style>
a { background-color: #68F3AF; }
a { background-color: rgb(104,243,175); }
div.DivClassName
{
background-color: #68F3AF;
}
.BgClassName
{
background-color: #68F3AF;
}
</style>
border-color css
<style>
span { border-color: #68F3AF; }
span { border-color: rgb(104,243,175); }
td.TdClassName
{
border-color: #68F3AF;
}
.TagClassName
{
border-color: #68F3AF;
}
</style>