Shades of Keppel #60B696
Tints of Keppel #60B696
RGB
CMYK
RGB Variations
Color information
#60B696 (or 0x60B696) is known color: Keppel. HEX triplet: 60, B6 and 96. RGB value is (96,182,150). Sum of RGB (Red+Green+Blue) = 96+182+150=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #60B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B696 is #9F4969. Grayscale: #989898. Windows color (decimal): -10439018 or 9877088. OLE color: 9877088.
HSL color Cylindrical-coordinate representation of color #60B696: hue angle of 157.67º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B696 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 182 | 150 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.29 |
| HSL | 157.67º | 0.37% | 0.55% | - |
| HSV(B) | 157.67º | 0.47% | 0.71% | - |
| XYZ | 27.06 | 38.14 | 34.79 | - |
| YUV | 152.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 182 | 150 | 0.47 | 0 | 0.18 | 0.29 | 157.67 | 0.37 | 0.55 |
| Hex | 60 | B6 | 96 | 2F | 0 | 12 | 1D | 9E | 25 | 37 |
| Octal | 140 | 266 | 226 | 57 | 0 | 22 | 35 | 236 | 45 | 67 |
| Binary | 1100000 | 10110110 | 10010110 | 101111 | 0 | 10010 | 11101 | 10011110 | 100101 | 110111 |
Color Harmonies of #60B696
Complementary color
Monochromatic Colors of #60B696
Black with #60B696
Text Example
Text Example
White with #60B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B696; }
p { color: rgb(96,182,150); }
H1.HeaderClassName
{
color: #60B696;
}
.AnyTagClassName
{
color: #60B696;
}
</style>
background-color css
<style>
a { background-color: #60B696; }
a { background-color: rgb(96,182,150); }
div.DivClassName
{
background-color: #60B696;
}
.BgClassName
{
background-color: #60B696;
}
</style>
border-color css
<style>
span { border-color: #60B696; }
span { border-color: rgb(96,182,150); }
td.TdClassName
{
border-color: #60B696;
}
.TagClassName
{
border-color: #60B696;
}
</style>