Shades of Keppel #60ADA0
Tints of Keppel #60ADA0
RGB
CMYK
RGB Variations
Color information
#60ADA0 (or 0x60ADA0) is known color: Keppel. HEX triplet: 60, AD and A0. RGB value is (96,173,160). Sum of RGB (Red+Green+Blue) = 96+173+160=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #60ADA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ADA0 is #9F525F. Grayscale: #949494. Windows color (decimal): -10441312 or 10530144. OLE color: 10530144.
HSL color Cylindrical-coordinate representation of color #60ADA0: hue angle of 169.87º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60ADA0 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 160 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.32 |
| HSL | 169.87º | 0.32% | 0.53% | - |
| HSV(B) | 169.87º | 0.45% | 0.68% | - |
| XYZ | 26.11 | 34.91 | 38.62 | - |
| YUV | 148.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 160 | 0.45 | 0 | 0.08 | 0.32 | 169.87 | 0.32 | 0.53 |
| Hex | 60 | AD | A0 | 2D | 0 | 8 | 20 | AA | 20 | 35 |
| Octal | 140 | 255 | 240 | 55 | 0 | 10 | 40 | 252 | 40 | 65 |
| Binary | 1100000 | 10101101 | 10100000 | 101101 | 0 | 1000 | 100000 | 10101010 | 100000 | 110101 |
Color Harmonies of #60ADA0
Complementary color
Monochromatic Colors of #60ADA0
Black with #60ADA0
Text Example
Text Example
White with #60ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADA0; }
p { color: rgb(96,173,160); }
H1.HeaderClassName
{
color: #60ADA0;
}
.AnyTagClassName
{
color: #60ADA0;
}
</style>
background-color css
<style>
a { background-color: #60ADA0; }
a { background-color: rgb(96,173,160); }
div.DivClassName
{
background-color: #60ADA0;
}
.BgClassName
{
background-color: #60ADA0;
}
</style>
border-color css
<style>
span { border-color: #60ADA0; }
span { border-color: rgb(96,173,160); }
td.TdClassName
{
border-color: #60ADA0;
}
.TagClassName
{
border-color: #60ADA0;
}
</style>