Shades of Keppel #5DAE9A
Tints of Keppel #5DAE9A
RGB
CMYK
RGB Variations
Color information
#5DAE9A (or 0x5DAE9A) is known color: Keppel. HEX triplet: 5D, AE and 9A. RGB value is (93,174,154). Sum of RGB (Red+Green+Blue) = 93+174+154=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAE9A is #A25165. Grayscale: #939393. Windows color (decimal): -10637670 or 10137181. OLE color: 10137181.
HSL color Cylindrical-coordinate representation of color #5DAE9A: hue angle of 165.19º 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 #5DAE9A is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 154 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.32 |
| HSL | 165.19º | 0.33% | 0.52% | - |
| HSV(B) | 165.19º | 0.47% | 0.68% | - |
| XYZ | 25.48 | 34.93 | 35.97 | - |
| YUV | 147.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 154 | 0.47 | 0 | 0.11 | 0.32 | 165.19 | 0.33 | 0.52 |
| Hex | 5D | AE | 9A | 2F | 0 | B | 20 | A5 | 21 | 34 |
| Octal | 135 | 256 | 232 | 57 | 0 | 13 | 40 | 245 | 41 | 64 |
| Binary | 1011101 | 10101110 | 10011010 | 101111 | 0 | 1011 | 100000 | 10100101 | 100001 | 110100 |
Color Harmonies of #5DAE9A
Complementary color
Monochromatic Colors of #5DAE9A
Black with #5DAE9A
Text Example
Text Example
White with #5DAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE9A; }
p { color: rgb(93,174,154); }
H1.HeaderClassName
{
color: #5DAE9A;
}
.AnyTagClassName
{
color: #5DAE9A;
}
</style>
background-color css
<style>
a { background-color: #5DAE9A; }
a { background-color: rgb(93,174,154); }
div.DivClassName
{
background-color: #5DAE9A;
}
.BgClassName
{
background-color: #5DAE9A;
}
</style>
border-color css
<style>
span { border-color: #5DAE9A; }
span { border-color: rgb(93,174,154); }
td.TdClassName
{
border-color: #5DAE9A;
}
.TagClassName
{
border-color: #5DAE9A;
}
</style>