Shades of Keppel #5ABF9C
Tints of Keppel #5ABF9C
RGB
CMYK
RGB Variations
Color information
#5ABF9C (or 0x5ABF9C) is known color: Keppel. HEX triplet: 5A, BF and 9C. RGB value is (90,191,156). Sum of RGB (Red+Green+Blue) = 90+191+156=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABF9C is #A54063. Grayscale: #9C9C9C. Windows color (decimal): -10829924 or 10272602. OLE color: 10272602.
HSL color Cylindrical-coordinate representation of color #5ABF9C: hue angle of 159.21º degrees, saturation: 0.44, 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 #5ABF9C is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 156 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.25 |
| HSL | 159.21º | 0.44% | 0.55% | - |
| HSV(B) | 159.21º | 0.53% | 0.75% | - |
| XYZ | 28.85 | 41.84 | 38.01 | - |
| YUV | 156.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 156 | 0.53 | 0 | 0.18 | 0.25 | 159.21 | 0.44 | 0.55 |
| Hex | 5A | BF | 9C | 35 | 0 | 12 | 19 | 9F | 2C | 37 |
| Octal | 132 | 277 | 234 | 65 | 0 | 22 | 31 | 237 | 54 | 67 |
| Binary | 1011010 | 10111111 | 10011100 | 110101 | 0 | 10010 | 11001 | 10011111 | 101100 | 110111 |
Color Harmonies of #5ABF9C
Complementary color
Monochromatic Colors of #5ABF9C
Black with #5ABF9C
Text Example
Text Example
White with #5ABF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF9C; }
p { color: rgb(90,191,156); }
H1.HeaderClassName
{
color: #5ABF9C;
}
.AnyTagClassName
{
color: #5ABF9C;
}
</style>
background-color css
<style>
a { background-color: #5ABF9C; }
a { background-color: rgb(90,191,156); }
div.DivClassName
{
background-color: #5ABF9C;
}
.BgClassName
{
background-color: #5ABF9C;
}
</style>
border-color css
<style>
span { border-color: #5ABF9C; }
span { border-color: rgb(90,191,156); }
td.TdClassName
{
border-color: #5ABF9C;
}
.TagClassName
{
border-color: #5ABF9C;
}
</style>