Shades of Keppel #5AB69B
Tints of Keppel #5AB69B
RGB
CMYK
RGB Variations
Color information
#5AB69B (or 0x5AB69B) is known color: Keppel. HEX triplet: 5A, B6 and 9B. RGB value is (90,182,155). Sum of RGB (Red+Green+Blue) = 90+182+155=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB69B is #A54964. Grayscale: #979797. Windows color (decimal): -10832229 or 10204762. OLE color: 10204762.
HSL color Cylindrical-coordinate representation of color #5AB69B: hue angle of 162.39º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB69B is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 155 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.29 |
| HSL | 162.39º | 0.39% | 0.53% | - |
| HSV(B) | 162.39º | 0.51% | 0.71% | - |
| XYZ | 26.86 | 38 | 36.93 | - |
| YUV | 151.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 155 | 0.51 | 0 | 0.15 | 0.29 | 162.39 | 0.39 | 0.53 |
| Hex | 5A | B6 | 9B | 33 | 0 | F | 1D | A2 | 27 | 35 |
| Octal | 132 | 266 | 233 | 63 | 0 | 17 | 35 | 242 | 47 | 65 |
| Binary | 1011010 | 10110110 | 10011011 | 110011 | 0 | 1111 | 11101 | 10100010 | 100111 | 110101 |
Color Harmonies of #5AB69B
Complementary color
Monochromatic Colors of #5AB69B
Black with #5AB69B
Text Example
Text Example
White with #5AB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB69B; }
p { color: rgb(90,182,155); }
H1.HeaderClassName
{
color: #5AB69B;
}
.AnyTagClassName
{
color: #5AB69B;
}
</style>
background-color css
<style>
a { background-color: #5AB69B; }
a { background-color: rgb(90,182,155); }
div.DivClassName
{
background-color: #5AB69B;
}
.BgClassName
{
background-color: #5AB69B;
}
</style>
border-color css
<style>
span { border-color: #5AB69B; }
span { border-color: rgb(90,182,155); }
td.TdClassName
{
border-color: #5AB69B;
}
.TagClassName
{
border-color: #5AB69B;
}
</style>