Shades of Medium Aquamarine #60F3A8
Tints of Medium Aquamarine #60F3A8
RGB
CMYK
RGB Variations
Color information
#60F3A8 (or 0x60F3A8) is known color: Medium Aquamarine. HEX triplet: 60, F3 and A8. RGB value is (96,243,168). Sum of RGB (Red+Green+Blue) = 96+243+168=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #60F3A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F3A8 is #9F0C57. Grayscale: #BEBEBE. Windows color (decimal): -10423384 or 11072352. OLE color: 11072352.
HSL color Cylindrical-coordinate representation of color #60F3A8: hue angle of 149.39º degrees, saturation: 0.86, 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 #60F3A8 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 243 | 168 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.05 |
| HSL | 149.39º | 0.86% | 0.66% | - |
| HSV(B) | 149.39º | 0.6% | 0.95% | - |
| XYZ | 43.94 | 69.42 | 48.13 | - |
| YUV | 190.5 | 115.3 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 243 | 168 | 0.60 | 0 | 0.31 | 0.05 | 149.39 | 0.86 | 0.66 |
| Hex | 60 | F3 | A8 | 3C | 0 | 1F | 5 | 95 | 56 | 42 |
| Octal | 140 | 363 | 250 | 74 | 0 | 37 | 5 | 225 | 126 | 102 |
| Binary | 1100000 | 11110011 | 10101000 | 111100 | 0 | 11111 | 101 | 10010101 | 1010110 | 1000010 |
Color Harmonies of #60F3A8
Complementary color
Monochromatic Colors of #60F3A8
Black with #60F3A8
Text Example
Text Example
White with #60F3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F3A8; }
p { color: rgb(96,243,168); }
H1.HeaderClassName
{
color: #60F3A8;
}
.AnyTagClassName
{
color: #60F3A8;
}
</style>
background-color css
<style>
a { background-color: #60F3A8; }
a { background-color: rgb(96,243,168); }
div.DivClassName
{
background-color: #60F3A8;
}
.BgClassName
{
background-color: #60F3A8;
}
</style>
border-color css
<style>
span { border-color: #60F3A8; }
span { border-color: rgb(96,243,168); }
td.TdClassName
{
border-color: #60F3A8;
}
.TagClassName
{
border-color: #60F3A8;
}
</style>