Shades of Keppel #5AC09C
Tints of Keppel #5AC09C
RGB
CMYK
RGB Variations
Color information
#5AC09C (or 0x5AC09C) is known color: Keppel. HEX triplet: 5A, C0 and 9C. RGB value is (90,192,156). Sum of RGB (Red+Green+Blue) = 90+192+156=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC09C is #A53F63. Grayscale: #9D9D9D. Windows color (decimal): -10829668 or 10272858. OLE color: 10272858.
HSL color Cylindrical-coordinate representation of color #5AC09C: hue angle of 158.82º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC09C is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 156 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.25 |
| HSL | 158.82º | 0.45% | 0.55% | - |
| HSV(B) | 158.82º | 0.53% | 0.75% | - |
| XYZ | 29.07 | 42.27 | 38.08 | - |
| YUV | 157.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 156 | 0.53 | 0 | 0.19 | 0.25 | 158.82 | 0.45 | 0.55 |
| Hex | 5A | C0 | 9C | 35 | 0 | 13 | 19 | 9F | 2D | 37 |
| Octal | 132 | 300 | 234 | 65 | 0 | 23 | 31 | 237 | 55 | 67 |
| Binary | 1011010 | 11000000 | 10011100 | 110101 | 0 | 10011 | 11001 | 10011111 | 101101 | 110111 |
Color Harmonies of #5AC09C
Complementary color
Monochromatic Colors of #5AC09C
Black with #5AC09C
Text Example
Text Example
White with #5AC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC09C; }
p { color: rgb(90,192,156); }
H1.HeaderClassName
{
color: #5AC09C;
}
.AnyTagClassName
{
color: #5AC09C;
}
</style>
background-color css
<style>
a { background-color: #5AC09C; }
a { background-color: rgb(90,192,156); }
div.DivClassName
{
background-color: #5AC09C;
}
.BgClassName
{
background-color: #5AC09C;
}
</style>
border-color css
<style>
span { border-color: #5AC09C; }
span { border-color: rgb(90,192,156); }
td.TdClassName
{
border-color: #5AC09C;
}
.TagClassName
{
border-color: #5AC09C;
}
</style>