Shades of Keppel #5DBF9C
Tints of Keppel #5DBF9C
RGB
CMYK
RGB Variations
Color information
#5DBF9C (or 0x5DBF9C) is known color: Keppel. HEX triplet: 5D, BF and 9C. RGB value is (93,191,156). Sum of RGB (Red+Green+Blue) = 93+191+156=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBF9C is #A24063. Grayscale: #9D9D9D. Windows color (decimal): -10633316 or 10272605. OLE color: 10272605.
HSL color Cylindrical-coordinate representation of color #5DBF9C: hue angle of 158.57º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBF9C is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 156 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.25 |
| HSL | 158.57º | 0.43% | 0.56% | - |
| HSV(B) | 158.57º | 0.51% | 0.75% | - |
| XYZ | 29.15 | 41.99 | 38.02 | - |
| YUV | 157.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 156 | 0.51 | 0 | 0.18 | 0.25 | 158.57 | 0.43 | 0.56 |
| Hex | 5D | BF | 9C | 33 | 0 | 12 | 19 | 9F | 2B | 38 |
| Octal | 135 | 277 | 234 | 63 | 0 | 22 | 31 | 237 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10011100 | 110011 | 0 | 10010 | 11001 | 10011111 | 101011 | 111000 |
Color Harmonies of #5DBF9C
Complementary color
Monochromatic Colors of #5DBF9C
Black with #5DBF9C
Text Example
Text Example
White with #5DBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF9C; }
p { color: rgb(93,191,156); }
H1.HeaderClassName
{
color: #5DBF9C;
}
.AnyTagClassName
{
color: #5DBF9C;
}
</style>
background-color css
<style>
a { background-color: #5DBF9C; }
a { background-color: rgb(93,191,156); }
div.DivClassName
{
background-color: #5DBF9C;
}
.BgClassName
{
background-color: #5DBF9C;
}
</style>
border-color css
<style>
span { border-color: #5DBF9C; }
span { border-color: rgb(93,191,156); }
td.TdClassName
{
border-color: #5DBF9C;
}
.TagClassName
{
border-color: #5DBF9C;
}
</style>