Shades of Keppel #60B190
Tints of Keppel #60B190
RGB
CMYK
RGB Variations
Color information
#60B190 (or 0x60B190) is known color: Keppel. HEX triplet: 60, B1 and 90. RGB value is (96,177,144). Sum of RGB (Red+Green+Blue) = 96+177+144=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #60B190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B190 is #9F4E6F. Grayscale: #959595. Windows color (decimal): -10440304 or 9482592. OLE color: 9482592.
HSL color Cylindrical-coordinate representation of color #60B190: hue angle of 155.56º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B190 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 144 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.31 |
| HSL | 155.56º | 0.34% | 0.54% | - |
| HSV(B) | 155.56º | 0.46% | 0.69% | - |
| XYZ | 25.58 | 35.94 | 31.98 | - |
| YUV | 149.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 144 | 0.46 | 0 | 0.19 | 0.31 | 155.56 | 0.34 | 0.54 |
| Hex | 60 | B1 | 90 | 2E | 0 | 13 | 1F | 9C | 22 | 36 |
| Octal | 140 | 261 | 220 | 56 | 0 | 23 | 37 | 234 | 42 | 66 |
| Binary | 1100000 | 10110001 | 10010000 | 101110 | 0 | 10011 | 11111 | 10011100 | 100010 | 110110 |
Color Harmonies of #60B190
Complementary color
Monochromatic Colors of #60B190
Black with #60B190
Text Example
Text Example
White with #60B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B190; }
p { color: rgb(96,177,144); }
H1.HeaderClassName
{
color: #60B190;
}
.AnyTagClassName
{
color: #60B190;
}
</style>
background-color css
<style>
a { background-color: #60B190; }
a { background-color: rgb(96,177,144); }
div.DivClassName
{
background-color: #60B190;
}
.BgClassName
{
background-color: #60B190;
}
</style>
border-color css
<style>
span { border-color: #60B190; }
span { border-color: rgb(96,177,144); }
td.TdClassName
{
border-color: #60B190;
}
.TagClassName
{
border-color: #60B190;
}
</style>