Shades of Keppel #60B299
Tints of Keppel #60B299
RGB
CMYK
RGB Variations
Color information
#60B299 (or 0x60B299) is known color: Keppel. HEX triplet: 60, B2 and 99. RGB value is (96,178,153). Sum of RGB (Red+Green+Blue) = 96+178+153=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #60B299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B299 is #9F4D66. Grayscale: #969696. Windows color (decimal): -10440039 or 10072672. OLE color: 10072672.
HSL color Cylindrical-coordinate representation of color #60B299: hue angle of 161.71º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B299 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 178 | 153 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.30 |
| HSL | 161.71º | 0.35% | 0.54% | - |
| HSV(B) | 161.71º | 0.46% | 0.7% | - |
| XYZ | 26.49 | 36.63 | 35.81 | - |
| YUV | 150.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 153 | 0.46 | 0 | 0.14 | 0.30 | 161.71 | 0.35 | 0.54 |
| Hex | 60 | B2 | 99 | 2E | 0 | E | 1E | A2 | 23 | 36 |
| Octal | 140 | 262 | 231 | 56 | 0 | 16 | 36 | 242 | 43 | 66 |
| Binary | 1100000 | 10110010 | 10011001 | 101110 | 0 | 1110 | 11110 | 10100010 | 100011 | 110110 |
Color Harmonies of #60B299
Complementary color
Monochromatic Colors of #60B299
Black with #60B299
Text Example
Text Example
White with #60B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B299; }
p { color: rgb(96,178,153); }
H1.HeaderClassName
{
color: #60B299;
}
.AnyTagClassName
{
color: #60B299;
}
</style>
background-color css
<style>
a { background-color: #60B299; }
a { background-color: rgb(96,178,153); }
div.DivClassName
{
background-color: #60B299;
}
.BgClassName
{
background-color: #60B299;
}
</style>
border-color css
<style>
span { border-color: #60B299; }
span { border-color: rgb(96,178,153); }
td.TdClassName
{
border-color: #60B299;
}
.TagClassName
{
border-color: #60B299;
}
</style>