Shades of Keppel #5FAE98
Tints of Keppel #5FAE98
RGB
CMYK
RGB Variations
Color information
#5FAE98 (or 0x5FAE98) is known color: Keppel. HEX triplet: 5F, AE and 98. RGB value is (95,174,152). Sum of RGB (Red+Green+Blue) = 95+174+152=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE98 is #A05167. Grayscale: #939393. Windows color (decimal): -10506600 or 10006111. OLE color: 10006111.
HSL color Cylindrical-coordinate representation of color #5FAE98: hue angle of 163.29º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAE98 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 174 | 152 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.32 |
| HSL | 163.29º | 0.33% | 0.53% | - |
| HSV(B) | 163.29º | 0.45% | 0.68% | - |
| XYZ | 25.52 | 34.97 | 35.11 | - |
| YUV | 147.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 152 | 0.45 | 0 | 0.13 | 0.32 | 163.29 | 0.33 | 0.53 |
| Hex | 5F | AE | 98 | 2D | 0 | D | 20 | A3 | 21 | 35 |
| Octal | 137 | 256 | 230 | 55 | 0 | 15 | 40 | 243 | 41 | 65 |
| Binary | 1011111 | 10101110 | 10011000 | 101101 | 0 | 1101 | 100000 | 10100011 | 100001 | 110101 |
Color Harmonies of #5FAE98
Complementary color
Monochromatic Colors of #5FAE98
Black with #5FAE98
Text Example
Text Example
White with #5FAE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAE98; }
p { color: rgb(95,174,152); }
H1.HeaderClassName
{
color: #5FAE98;
}
.AnyTagClassName
{
color: #5FAE98;
}
</style>
background-color css
<style>
a { background-color: #5FAE98; }
a { background-color: rgb(95,174,152); }
div.DivClassName
{
background-color: #5FAE98;
}
.BgClassName
{
background-color: #5FAE98;
}
</style>
border-color css
<style>
span { border-color: #5FAE98; }
span { border-color: rgb(95,174,152); }
td.TdClassName
{
border-color: #5FAE98;
}
.TagClassName
{
border-color: #5FAE98;
}
</style>