Shades of Keppel #5AB697
Tints of Keppel #5AB697
RGB
CMYK
RGB Variations
Color information
#5AB697 (or 0x5AB697) is known color: Keppel. HEX triplet: 5A, B6 and 97. RGB value is (90,182,151). Sum of RGB (Red+Green+Blue) = 90+182+151=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB697 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB697 is #A54968. Grayscale: #969696. Windows color (decimal): -10832233 or 9942618. OLE color: 9942618.
HSL color Cylindrical-coordinate representation of color #5AB697: hue angle of 159.78º 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 #5AB697 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 151 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.29 |
| HSL | 159.78º | 0.39% | 0.53% | - |
| HSV(B) | 159.78º | 0.51% | 0.71% | - |
| XYZ | 26.53 | 37.86 | 35.19 | - |
| YUV | 150.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 151 | 0.51 | 0 | 0.17 | 0.29 | 159.78 | 0.39 | 0.53 |
| Hex | 5A | B6 | 97 | 33 | 0 | 11 | 1D | A0 | 27 | 35 |
| Octal | 132 | 266 | 227 | 63 | 0 | 21 | 35 | 240 | 47 | 65 |
| Binary | 1011010 | 10110110 | 10010111 | 110011 | 0 | 10001 | 11101 | 10100000 | 100111 | 110101 |
Color Harmonies of #5AB697
Complementary color
Monochromatic Colors of #5AB697
Black with #5AB697
Text Example
Text Example
White with #5AB697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB697; }
p { color: rgb(90,182,151); }
H1.HeaderClassName
{
color: #5AB697;
}
.AnyTagClassName
{
color: #5AB697;
}
</style>
background-color css
<style>
a { background-color: #5AB697; }
a { background-color: rgb(90,182,151); }
div.DivClassName
{
background-color: #5AB697;
}
.BgClassName
{
background-color: #5AB697;
}
</style>
border-color css
<style>
span { border-color: #5AB697; }
span { border-color: rgb(90,182,151); }
td.TdClassName
{
border-color: #5AB697;
}
.TagClassName
{
border-color: #5AB697;
}
</style>