Shades of Keppel #5ABD9C
Tints of Keppel #5ABD9C
RGB
CMYK
RGB Variations
Color information
#5ABD9C (or 0x5ABD9C) is known color: Keppel. HEX triplet: 5A, BD and 9C. RGB value is (90,189,156). Sum of RGB (Red+Green+Blue) = 90+189+156=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABD9C is #A54263. Grayscale: #9B9B9B. Windows color (decimal): -10830436 or 10272090. OLE color: 10272090.
HSL color Cylindrical-coordinate representation of color #5ABD9C: hue angle of 160º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD9C is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 156 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.26 |
| HSL | 160º | 0.43% | 0.55% | - |
| HSV(B) | 160º | 0.52% | 0.74% | - |
| XYZ | 28.41 | 40.97 | 37.86 | - |
| YUV | 155.64 | 128.2 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 156 | 0.52 | 0 | 0.17 | 0.26 | 160 | 0.43 | 0.55 |
| Hex | 5A | BD | 9C | 34 | 0 | 11 | 1A | A0 | 2B | 37 |
| Octal | 132 | 275 | 234 | 64 | 0 | 21 | 32 | 240 | 53 | 67 |
| Binary | 1011010 | 10111101 | 10011100 | 110100 | 0 | 10001 | 11010 | 10100000 | 101011 | 110111 |
Color Harmonies of #5ABD9C
Complementary color
Monochromatic Colors of #5ABD9C
Black with #5ABD9C
Text Example
Text Example
White with #5ABD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD9C; }
p { color: rgb(90,189,156); }
H1.HeaderClassName
{
color: #5ABD9C;
}
.AnyTagClassName
{
color: #5ABD9C;
}
</style>
background-color css
<style>
a { background-color: #5ABD9C; }
a { background-color: rgb(90,189,156); }
div.DivClassName
{
background-color: #5ABD9C;
}
.BgClassName
{
background-color: #5ABD9C;
}
</style>
border-color css
<style>
span { border-color: #5ABD9C; }
span { border-color: rgb(90,189,156); }
td.TdClassName
{
border-color: #5ABD9C;
}
.TagClassName
{
border-color: #5ABD9C;
}
</style>