Shades of Keppel #5DBB9A
Tints of Keppel #5DBB9A
RGB
CMYK
RGB Variations
Color information
#5DBB9A (or 0x5DBB9A) is known color: Keppel. HEX triplet: 5D, BB and 9A. RGB value is (93,187,154). Sum of RGB (Red+Green+Blue) = 93+187+154=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBB9A is #A24465. Grayscale: #9B9B9B. Windows color (decimal): -10634342 or 10140509. OLE color: 10140509.
HSL color Cylindrical-coordinate representation of color #5DBB9A: hue angle of 158.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBB9A is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 154 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.27 |
| HSL | 158.94º | 0.41% | 0.55% | - |
| HSV(B) | 158.94º | 0.5% | 0.73% | - |
| XYZ | 28.12 | 40.2 | 36.85 | - |
| YUV | 155.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 154 | 0.50 | 0 | 0.18 | 0.27 | 158.94 | 0.41 | 0.55 |
| Hex | 5D | BB | 9A | 32 | 0 | 12 | 1B | 9F | 29 | 37 |
| Octal | 135 | 273 | 232 | 62 | 0 | 22 | 33 | 237 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10011010 | 110010 | 0 | 10010 | 11011 | 10011111 | 101001 | 110111 |
Color Harmonies of #5DBB9A
Complementary color
Monochromatic Colors of #5DBB9A
Black with #5DBB9A
Text Example
Text Example
White with #5DBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB9A; }
p { color: rgb(93,187,154); }
H1.HeaderClassName
{
color: #5DBB9A;
}
.AnyTagClassName
{
color: #5DBB9A;
}
</style>
background-color css
<style>
a { background-color: #5DBB9A; }
a { background-color: rgb(93,187,154); }
div.DivClassName
{
background-color: #5DBB9A;
}
.BgClassName
{
background-color: #5DBB9A;
}
</style>
border-color css
<style>
span { border-color: #5DBB9A; }
span { border-color: rgb(93,187,154); }
td.TdClassName
{
border-color: #5DBB9A;
}
.TagClassName
{
border-color: #5DBB9A;
}
</style>