Shades of Keppel #5DA99A
Tints of Keppel #5DA99A
RGB
CMYK
RGB Variations
Color information
#5DA99A (or 0x5DA99A) is known color: Keppel. HEX triplet: 5D, A9 and 9A. RGB value is (93,169,154). Sum of RGB (Red+Green+Blue) = 93+169+154=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA99A is #A25665. Grayscale: #909090. Windows color (decimal): -10638950 or 10135901. OLE color: 10135901.
HSL color Cylindrical-coordinate representation of color #5DA99A: hue angle of 168.16º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA99A is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 154 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.34 |
| HSL | 168.16º | 0.31% | 0.51% | - |
| HSV(B) | 168.16º | 0.45% | 0.66% | - |
| XYZ | 24.53 | 33.04 | 35.66 | - |
| YUV | 144.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 154 | 0.45 | 0 | 0.09 | 0.34 | 168.16 | 0.31 | 0.51 |
| Hex | 5D | A9 | 9A | 2D | 0 | 9 | 22 | A8 | 1F | 33 |
| Octal | 135 | 251 | 232 | 55 | 0 | 11 | 42 | 250 | 37 | 63 |
| Binary | 1011101 | 10101001 | 10011010 | 101101 | 0 | 1001 | 100010 | 10101000 | 11111 | 110011 |
Color Harmonies of #5DA99A
Complementary color
Monochromatic Colors of #5DA99A
Black with #5DA99A
Text Example
Text Example
White with #5DA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA99A; }
p { color: rgb(93,169,154); }
H1.HeaderClassName
{
color: #5DA99A;
}
.AnyTagClassName
{
color: #5DA99A;
}
</style>
background-color css
<style>
a { background-color: #5DA99A; }
a { background-color: rgb(93,169,154); }
div.DivClassName
{
background-color: #5DA99A;
}
.BgClassName
{
background-color: #5DA99A;
}
</style>
border-color css
<style>
span { border-color: #5DA99A; }
span { border-color: rgb(93,169,154); }
td.TdClassName
{
border-color: #5DA99A;
}
.TagClassName
{
border-color: #5DA99A;
}
</style>