#5FB199

Color #5FB199 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5FB199

Tints of Keppel #5FB199

Color information

#5FB199 (or 0x5FB199) is unknown color: approx Keppel. HEX triplet: 5F, B1 and 99. RGB value is (95,177,153). Sum of RGB (Red+Green+Blue) = 95+177+153=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB199 is #A04E66. Grayscale: #959595. Windows color (decimal): -10505831 or 10072415. OLE color: 10072415.

HSL color Cylindrical-coordinate representation of color #5FB199: hue angle of 162.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB199 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB95177153-
CMYK0.4600.140.31
HSL162.44º34.45%53.33%-
HSV(B)162.44º46.33%69.41%-
XYZ26.1936.1835.74-
YUV149.75129.8388.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 22.35%
GREEN value IS 177 (69.53% from 255) = 41.65%
BLUE value IS 153 (60.16% from 255) = 36%
R=22.35%
G=41.65%
B=36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771530.4600.140.31162.4434.4553.33
Hex5FB1992E0E1Fa22235
Octal13726123156016372424265
Binary10111111011000110011001101110011101111110100010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FB199; }

 p { color: rgb(95,177,153); }

 H1.HeaderClassName
 {
   color: #5FB199;
 }
 .AnyTagClassName
 {
   color: #5FB199;
 }
</style>
background-color css

<style>
 a { background-color: #5FB199; }

 a { background-color: rgb(95,177,153); }

 div.DivClassName
 {
   background-color: #5FB199;
 }
 .BgClassName
 {
   background-color: #5FB199;
 }
</style>
border-color css

<style>
 span { border-color: #5FB199; }

 span { border-color: rgb(95,177,153); }

 td.TdClassName
 {
   border-color: #5FB199;
 }
 .TagClassName
 {
   border-color: #5FB199;
 }
</style>