#5FB196

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

Shades of Keppel #5FB196

Tints of Keppel #5FB196

Color information

#5FB196 (or 0x5FB196) is unknown color: approx Keppel. HEX triplet: 5F, B1 and 96. RGB value is (95,177,150). Sum of RGB (Red+Green+Blue) = 95+177+150=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB196 is #A04E69. Grayscale: #959595. Windows color (decimal): -10505834 or 9875807. OLE color: 9875807.

HSL color Cylindrical-coordinate representation of color #5FB196: hue angle of 160.24º 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 #5FB196 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB95177150-
CMYK0.4600.150.31
HSL160.24º34.45%53.33%-
HSV(B)160.24º46.33%69.41%-
XYZ25.9536.0834.45-
YUV149.4128.3389.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.51%
GREEN value IS 177 (69.53% from 255) = 41.94%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=22.51%
G=41.94%
B=35.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771500.4600.150.31160.2434.4553.33
Hex5FB1962E0F1Fa02235
Octal13726122656017372404265
Binary10111111011000110010110101110011111111110100000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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