Shades of Medium Aquamarine #60FF9B
Tints of Medium Aquamarine #60FF9B
RGB
CMYK
RGB Variations
Color information
#60FF9B (or 0x60FF9B) is known color: Medium Aquamarine. HEX triplet: 60, FF and 9B. RGB value is (96,255,155). Sum of RGB (Red+Green+Blue) = 96+255+155=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #60FF9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FF9B is #9F0064. Grayscale: #C4C4C4. Windows color (decimal): -10420325 or 10223456. OLE color: 10223456.
HSL color Cylindrical-coordinate representation of color #60FF9B: hue angle of 142.26º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FF9B is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 155 | - |
| CMYK | 0.62 | 0 | 0.39 | 0 |
| HSL | 142.26º | 1% | 0.69% | - |
| HSV(B) | 142.26º | 0.62% | 1% | - |
| XYZ | 46.5 | 76.37 | 43.3 | - |
| YUV | 196.06 | 104.82 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 155 | 0.62 | 0 | 0.39 | 0 | 142.26 | 1 | 0.69 |
| Hex | 60 | FF | 9B | 3E | 0 | 27 | 0 | 8E | 64 | 45 |
| Octal | 140 | 377 | 233 | 76 | 0 | 47 | 0 | 216 | 144 | 105 |
| Binary | 1100000 | 11111111 | 10011011 | 111110 | 0 | 100111 | 0 | 10001110 | 1100100 | 1000101 |
Color Harmonies of #60FF9B
Complementary color
Monochromatic Colors of #60FF9B
Black with #60FF9B
Text Example
Text Example
White with #60FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FF9B; }
p { color: rgb(96,255,155); }
H1.HeaderClassName
{
color: #60FF9B;
}
.AnyTagClassName
{
color: #60FF9B;
}
</style>
background-color css
<style>
a { background-color: #60FF9B; }
a { background-color: rgb(96,255,155); }
div.DivClassName
{
background-color: #60FF9B;
}
.BgClassName
{
background-color: #60FF9B;
}
</style>
border-color css
<style>
span { border-color: #60FF9B; }
span { border-color: rgb(96,255,155); }
td.TdClassName
{
border-color: #60FF9B;
}
.TagClassName
{
border-color: #60FF9B;
}
</style>