Shades of Keppel #60BD9A
Tints of Keppel #60BD9A
RGB
CMYK
RGB Variations
Color information
#60BD9A (or 0x60BD9A) is known color: Keppel. HEX triplet: 60, BD and 9A. RGB value is (96,189,154). Sum of RGB (Red+Green+Blue) = 96+189+154=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BD9A is #9F4265. Grayscale: #9D9D9D. Windows color (decimal): -10437222 or 10141024. OLE color: 10141024.
HSL color Cylindrical-coordinate representation of color #60BD9A: hue angle of 157.42º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BD9A is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 189 | 154 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.26 |
| HSL | 157.42º | 0.41% | 0.56% | - |
| HSV(B) | 157.42º | 0.49% | 0.74% | - |
| XYZ | 28.85 | 41.22 | 37.01 | - |
| YUV | 157.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 154 | 0.49 | 0 | 0.19 | 0.26 | 157.42 | 0.41 | 0.56 |
| Hex | 60 | BD | 9A | 31 | 0 | 13 | 1A | 9D | 29 | 38 |
| Octal | 140 | 275 | 232 | 61 | 0 | 23 | 32 | 235 | 51 | 70 |
| Binary | 1100000 | 10111101 | 10011010 | 110001 | 0 | 10011 | 11010 | 10011101 | 101001 | 111000 |
Color Harmonies of #60BD9A
Complementary color
Monochromatic Colors of #60BD9A
Black with #60BD9A
Text Example
Text Example
White with #60BD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BD9A; }
p { color: rgb(96,189,154); }
H1.HeaderClassName
{
color: #60BD9A;
}
.AnyTagClassName
{
color: #60BD9A;
}
</style>
background-color css
<style>
a { background-color: #60BD9A; }
a { background-color: rgb(96,189,154); }
div.DivClassName
{
background-color: #60BD9A;
}
.BgClassName
{
background-color: #60BD9A;
}
</style>
border-color css
<style>
span { border-color: #60BD9A; }
span { border-color: rgb(96,189,154); }
td.TdClassName
{
border-color: #60BD9A;
}
.TagClassName
{
border-color: #60BD9A;
}
</style>