Shades of Keppel #5DAE9C
Tints of Keppel #5DAE9C
RGB
CMYK
RGB Variations
Color information
#5DAE9C (or 0x5DAE9C) is known color: Keppel. HEX triplet: 5D, AE and 9C. RGB value is (93,174,156). Sum of RGB (Red+Green+Blue) = 93+174+156=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAE9C is #A25163. Grayscale: #939393. Windows color (decimal): -10637668 or 10268253. OLE color: 10268253.
HSL color Cylindrical-coordinate representation of color #5DAE9C: hue angle of 166.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAE9C is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 156 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.32 |
| HSL | 166.67º | 0.33% | 0.52% | - |
| HSV(B) | 166.67º | 0.47% | 0.68% | - |
| XYZ | 25.65 | 35 | 36.86 | - |
| YUV | 147.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 156 | 0.47 | 0 | 0.10 | 0.32 | 166.67 | 0.33 | 0.52 |
| Hex | 5D | AE | 9C | 2F | 0 | A | 20 | A7 | 21 | 34 |
| Octal | 135 | 256 | 234 | 57 | 0 | 12 | 40 | 247 | 41 | 64 |
| Binary | 1011101 | 10101110 | 10011100 | 101111 | 0 | 1010 | 100000 | 10100111 | 100001 | 110100 |
Color Harmonies of #5DAE9C
Complementary color
Monochromatic Colors of #5DAE9C
Black with #5DAE9C
Text Example
Text Example
White with #5DAE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE9C; }
p { color: rgb(93,174,156); }
H1.HeaderClassName
{
color: #5DAE9C;
}
.AnyTagClassName
{
color: #5DAE9C;
}
</style>
background-color css
<style>
a { background-color: #5DAE9C; }
a { background-color: rgb(93,174,156); }
div.DivClassName
{
background-color: #5DAE9C;
}
.BgClassName
{
background-color: #5DAE9C;
}
</style>
border-color css
<style>
span { border-color: #5DAE9C; }
span { border-color: rgb(93,174,156); }
td.TdClassName
{
border-color: #5DAE9C;
}
.TagClassName
{
border-color: #5DAE9C;
}
</style>