Shades of Aquamarine #60F1CE
Tints of Aquamarine #60F1CE
RGB
CMYK
RGB Variations
Color information
#60F1CE (or 0x60F1CE) is known color: Aquamarine. HEX triplet: 60, F1 and CE. RGB value is (96,241,206). Sum of RGB (Red+Green+Blue) = 96+241+206=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #60F1CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F1CE is #9F0E31. Grayscale: #C1C1C1. Windows color (decimal): -10423858 or 13562208. OLE color: 13562208.
HSL color Cylindrical-coordinate representation of color #60F1CE: hue angle of 165.52º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F1CE is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 241 | 206 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.05 |
| HSL | 165.52º | 0.84% | 0.66% | - |
| HSV(B) | 165.52º | 0.6% | 0.95% | - |
| XYZ | 47.42 | 69.85 | 69.38 | - |
| YUV | 193.66 | 134.96 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 206 | 0.60 | 0 | 0.15 | 0.05 | 165.52 | 0.84 | 0.66 |
| Hex | 60 | F1 | CE | 3C | 0 | F | 5 | A6 | 54 | 42 |
| Octal | 140 | 361 | 316 | 74 | 0 | 17 | 5 | 246 | 124 | 102 |
| Binary | 1100000 | 11110001 | 11001110 | 111100 | 0 | 1111 | 101 | 10100110 | 1010100 | 1000010 |
Color Harmonies of #60F1CE
Complementary color
Monochromatic Colors of #60F1CE
Black with #60F1CE
Text Example
Text Example
White with #60F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F1CE; }
p { color: rgb(96,241,206); }
H1.HeaderClassName
{
color: #60F1CE;
}
.AnyTagClassName
{
color: #60F1CE;
}
</style>
background-color css
<style>
a { background-color: #60F1CE; }
a { background-color: rgb(96,241,206); }
div.DivClassName
{
background-color: #60F1CE;
}
.BgClassName
{
background-color: #60F1CE;
}
</style>
border-color css
<style>
span { border-color: #60F1CE; }
span { border-color: rgb(96,241,206); }
td.TdClassName
{
border-color: #60F1CE;
}
.TagClassName
{
border-color: #60F1CE;
}
</style>