Shades of Aquamarine #68F3CF
Tints of Aquamarine #68F3CF
RGB
CMYK
RGB Variations
Color information
#68F3CF (or 0x68F3CF) is known color: Aquamarine. HEX triplet: 68, F3 and CF. RGB value is (104,243,207). Sum of RGB (Red+Green+Blue) = 104+243+207=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F3CF is #970C30. Grayscale: #C5C5C5. Windows color (decimal): -9899057 or 13628264. OLE color: 13628264.
HSL color Cylindrical-coordinate representation of color #68F3CF: hue angle of 164.46º 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 #68F3CF is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 207 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.05 |
| HSL | 164.46º | 0.85% | 0.68% | - |
| HSV(B) | 164.46º | 0.57% | 0.95% | - |
| XYZ | 49.02 | 71.55 | 70.26 | - |
| YUV | 197.34 | 133.45 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 207 | 0.57 | 0 | 0.15 | 0.05 | 164.46 | 0.85 | 0.68 |
| Hex | 68 | F3 | CF | 39 | 0 | F | 5 | A4 | 55 | 44 |
| Octal | 150 | 363 | 317 | 71 | 0 | 17 | 5 | 244 | 125 | 104 |
| Binary | 1101000 | 11110011 | 11001111 | 111001 | 0 | 1111 | 101 | 10100100 | 1010101 | 1000100 |
Color Harmonies of #68F3CF
Complementary color
Monochromatic Colors of #68F3CF
Black with #68F3CF
Text Example
Text Example
White with #68F3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F3CF; }
p { color: rgb(104,243,207); }
H1.HeaderClassName
{
color: #68F3CF;
}
.AnyTagClassName
{
color: #68F3CF;
}
</style>
background-color css
<style>
a { background-color: #68F3CF; }
a { background-color: rgb(104,243,207); }
div.DivClassName
{
background-color: #68F3CF;
}
.BgClassName
{
background-color: #68F3CF;
}
</style>
border-color css
<style>
span { border-color: #68F3CF; }
span { border-color: rgb(104,243,207); }
td.TdClassName
{
border-color: #68F3CF;
}
.TagClassName
{
border-color: #68F3CF;
}
</style>