Shades of Medium Aquamarine #60CBB4
Tints of Medium Aquamarine #60CBB4
RGB
CMYK
RGB Variations
Color information
#60CBB4 (or 0x60CBB4) is known color: Medium Aquamarine. HEX triplet: 60, CB and B4. RGB value is (96,203,180). Sum of RGB (Red+Green+Blue) = 96+203+180=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBB4 is #9F344B. Grayscale: #A8A8A8. Windows color (decimal): -10433612 or 11848544. OLE color: 11848544.
HSL color Cylindrical-coordinate representation of color #60CBB4: hue angle of 167.1º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CBB4 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 180 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.20 |
| HSL | 167.1º | 0.51% | 0.59% | - |
| HSV(B) | 167.1º | 0.53% | 0.8% | - |
| XYZ | 34.42 | 48.49 | 50.73 | - |
| YUV | 168.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 180 | 0.53 | 0 | 0.11 | 0.20 | 167.1 | 0.51 | 0.59 |
| Hex | 60 | CB | B4 | 35 | 0 | B | 14 | A7 | 33 | 3B |
| Octal | 140 | 313 | 264 | 65 | 0 | 13 | 24 | 247 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10110100 | 110101 | 0 | 1011 | 10100 | 10100111 | 110011 | 111011 |
Color Harmonies of #60CBB4
Complementary color
Monochromatic Colors of #60CBB4
Black with #60CBB4
Text Example
Text Example
White with #60CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBB4; }
p { color: rgb(96,203,180); }
H1.HeaderClassName
{
color: #60CBB4;
}
.AnyTagClassName
{
color: #60CBB4;
}
</style>
background-color css
<style>
a { background-color: #60CBB4; }
a { background-color: rgb(96,203,180); }
div.DivClassName
{
background-color: #60CBB4;
}
.BgClassName
{
background-color: #60CBB4;
}
</style>
border-color css
<style>
span { border-color: #60CBB4; }
span { border-color: rgb(96,203,180); }
td.TdClassName
{
border-color: #60CBB4;
}
.TagClassName
{
border-color: #60CBB4;
}
</style>