Shades of Keppel #5FA99A
Tints of Keppel #5FA99A
RGB
CMYK
RGB Variations
Color information
#5FA99A (or 0x5FA99A) is known color: Keppel. HEX triplet: 5F, A9 and 9A. RGB value is (95,169,154). Sum of RGB (Red+Green+Blue) = 95+169+154=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA99A is #A05665. Grayscale: #919191. Windows color (decimal): -10507878 or 10135903. OLE color: 10135903.
HSL color Cylindrical-coordinate representation of color #5FA99A: hue angle of 167.84º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA99A is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 154 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.34 |
| HSL | 167.84º | 0.3% | 0.52% | - |
| HSV(B) | 167.84º | 0.44% | 0.66% | - |
| XYZ | 24.74 | 33.14 | 35.66 | - |
| YUV | 145.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 154 | 0.44 | 0 | 0.09 | 0.34 | 167.84 | 0.3 | 0.52 |
| Hex | 5F | A9 | 9A | 2C | 0 | 9 | 22 | A8 | 1E | 34 |
| Octal | 137 | 251 | 232 | 54 | 0 | 11 | 42 | 250 | 36 | 64 |
| Binary | 1011111 | 10101001 | 10011010 | 101100 | 0 | 1001 | 100010 | 10101000 | 11110 | 110100 |
Color Harmonies of #5FA99A
Complementary color
Monochromatic Colors of #5FA99A
Black with #5FA99A
Text Example
Text Example
White with #5FA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA99A; }
p { color: rgb(95,169,154); }
H1.HeaderClassName
{
color: #5FA99A;
}
.AnyTagClassName
{
color: #5FA99A;
}
</style>
background-color css
<style>
a { background-color: #5FA99A; }
a { background-color: rgb(95,169,154); }
div.DivClassName
{
background-color: #5FA99A;
}
.BgClassName
{
background-color: #5FA99A;
}
</style>
border-color css
<style>
span { border-color: #5FA99A; }
span { border-color: rgb(95,169,154); }
td.TdClassName
{
border-color: #5FA99A;
}
.TagClassName
{
border-color: #5FA99A;
}
</style>