#5FB595

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

Shades of Keppel #5FB595

Tints of Keppel #5FB595

Color information

#5FB595 (or 0x5FB595) is unknown color: approx Keppel. HEX triplet: 5F, B5 and 95. RGB value is (95,181,149). Sum of RGB (Red+Green+Blue) = 95+181+149=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB595 is #A04A6A. Grayscale: #979797. Windows color (decimal): -10504811 or 9811295. OLE color: 9811295.

HSL color Cylindrical-coordinate representation of color #5FB595: hue angle of 157.67º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB595 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB95181149-
CMYK0.4800.180.29
HSL157.67º36.75%54.12%-
HSV(B)157.67º47.51%70.98%-
XYZ26.6737.6534.3-
YUV151.64126.5187.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.35%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=22.35%
G=42.59%
B=35.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951811490.4800.180.29157.6736.7554.12
Hex5FB595300121D9e2536
Octal13726522560022352364566
Binary101111110110101100101011100000100101110110011110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,181,149); }

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

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

 a { background-color: rgb(95,181,149); }

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

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

 span { border-color: rgb(95,181,149); }

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