Shades of Aquamarine #60F5CC
Tints of Aquamarine #60F5CC
RGB
CMYK
RGB Variations
Color information
#60F5CC (or 0x60F5CC) is known color: Aquamarine. HEX triplet: 60, F5 and CC. RGB value is (96,245,204). Sum of RGB (Red+Green+Blue) = 96+245+204=545 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.61% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F5CC is #9F0A33. Grayscale: #C3C3C3. Windows color (decimal): -10422836 or 13432160. OLE color: 13432160.
HSL color Cylindrical-coordinate representation of color #60F5CC: hue angle of 163.49º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F5CC is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 204 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.04 |
| HSL | 163.49º | 0.88% | 0.67% | - |
| HSV(B) | 163.49º | 0.61% | 0.96% | - |
| XYZ | 48.38 | 72.15 | 68.5 | - |
| YUV | 195.78 | 132.64 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 204 | 0.61 | 0 | 0.17 | 0.04 | 163.49 | 0.88 | 0.67 |
| Hex | 60 | F5 | CC | 3D | 0 | 11 | 4 | A3 | 58 | 43 |
| Octal | 140 | 365 | 314 | 75 | 0 | 21 | 4 | 243 | 130 | 103 |
| Binary | 1100000 | 11110101 | 11001100 | 111101 | 0 | 10001 | 100 | 10100011 | 1011000 | 1000011 |
Color Harmonies of #60F5CC
Complementary color
Monochromatic Colors of #60F5CC
Black with #60F5CC
Text Example
Text Example
White with #60F5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F5CC; }
p { color: rgb(96,245,204); }
H1.HeaderClassName
{
color: #60F5CC;
}
.AnyTagClassName
{
color: #60F5CC;
}
</style>
background-color css
<style>
a { background-color: #60F5CC; }
a { background-color: rgb(96,245,204); }
div.DivClassName
{
background-color: #60F5CC;
}
.BgClassName
{
background-color: #60F5CC;
}
</style>
border-color css
<style>
span { border-color: #60F5CC; }
span { border-color: rgb(96,245,204); }
td.TdClassName
{
border-color: #60F5CC;
}
.TagClassName
{
border-color: #60F5CC;
}
</style>