Shades of Keppel #60B699
Tints of Keppel #60B699
RGB
CMYK
RGB Variations
Color information
#60B699 (or 0x60B699) is known color: Keppel. HEX triplet: 60, B6 and 99. RGB value is (96,182,153). Sum of RGB (Red+Green+Blue) = 96+182+153=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #60B699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B699 is #9F4966. Grayscale: #999999. Windows color (decimal): -10439015 or 10073696. OLE color: 10073696.
HSL color Cylindrical-coordinate representation of color #60B699: hue angle of 159.77º 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 #60B699 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 182 | 153 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.29 |
| HSL | 159.77º | 0.37% | 0.55% | - |
| HSV(B) | 159.77º | 0.47% | 0.71% | - |
| XYZ | 27.3 | 38.24 | 36.08 | - |
| YUV | 152.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 182 | 153 | 0.47 | 0 | 0.16 | 0.29 | 159.77 | 0.37 | 0.55 |
| Hex | 60 | B6 | 99 | 2F | 0 | 10 | 1D | A0 | 25 | 37 |
| Octal | 140 | 266 | 231 | 57 | 0 | 20 | 35 | 240 | 45 | 67 |
| Binary | 1100000 | 10110110 | 10011001 | 101111 | 0 | 10000 | 11101 | 10100000 | 100101 | 110111 |
Color Harmonies of #60B699
Complementary color
Monochromatic Colors of #60B699
Black with #60B699
Text Example
Text Example
White with #60B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B699; }
p { color: rgb(96,182,153); }
H1.HeaderClassName
{
color: #60B699;
}
.AnyTagClassName
{
color: #60B699;
}
</style>
background-color css
<style>
a { background-color: #60B699; }
a { background-color: rgb(96,182,153); }
div.DivClassName
{
background-color: #60B699;
}
.BgClassName
{
background-color: #60B699;
}
</style>
border-color css
<style>
span { border-color: #60B699; }
span { border-color: rgb(96,182,153); }
td.TdClassName
{
border-color: #60B699;
}
.TagClassName
{
border-color: #60B699;
}
</style>