Shades of Keppel #5FC09A
Tints of Keppel #5FC09A
RGB
CMYK
RGB Variations
Color information
#5FC09A (or 0x5FC09A) is known color: Keppel. HEX triplet: 5F, C0 and 9A. RGB value is (95,192,154). Sum of RGB (Red+Green+Blue) = 95+192+154=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC09A is #A03F65. Grayscale: #9E9E9E. Windows color (decimal): -10501990 or 10141791. OLE color: 10141791.
HSL color Cylindrical-coordinate representation of color #5FC09A: hue angle of 156.49º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC09A is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 154 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.25 |
| HSL | 156.49º | 0.43% | 0.56% | - |
| HSV(B) | 156.49º | 0.51% | 0.75% | - |
| XYZ | 29.4 | 42.47 | 37.22 | - |
| YUV | 158.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 154 | 0.51 | 0 | 0.20 | 0.25 | 156.49 | 0.43 | 0.56 |
| Hex | 5F | C0 | 9A | 33 | 0 | 14 | 19 | 9C | 2B | 38 |
| Octal | 137 | 300 | 232 | 63 | 0 | 24 | 31 | 234 | 53 | 70 |
| Binary | 1011111 | 11000000 | 10011010 | 110011 | 0 | 10100 | 11001 | 10011100 | 101011 | 111000 |
Color Harmonies of #5FC09A
Complementary color
Monochromatic Colors of #5FC09A
Black with #5FC09A
Text Example
Text Example
White with #5FC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC09A; }
p { color: rgb(95,192,154); }
H1.HeaderClassName
{
color: #5FC09A;
}
.AnyTagClassName
{
color: #5FC09A;
}
</style>
background-color css
<style>
a { background-color: #5FC09A; }
a { background-color: rgb(95,192,154); }
div.DivClassName
{
background-color: #5FC09A;
}
.BgClassName
{
background-color: #5FC09A;
}
</style>
border-color css
<style>
span { border-color: #5FC09A; }
span { border-color: rgb(95,192,154); }
td.TdClassName
{
border-color: #5FC09A;
}
.TagClassName
{
border-color: #5FC09A;
}
</style>