#5FB193

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

Shades of Keppel #5FB193

Tints of Keppel #5FB193

Color information

#5FB193 (or 0x5FB193) is unknown color: approx Keppel. HEX triplet: 5F, B1 and 93. RGB value is (95,177,147). Sum of RGB (Red+Green+Blue) = 95+177+147=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB193 is #A04E6C. Grayscale: #959595. Windows color (decimal): -10505837 or 9679199. OLE color: 9679199.

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

Color convert

RGB95177147-
CMYK0.4600.170.31
HSL158.05º34.45%53.33%-
HSV(B)158.05º46.33%69.41%-
XYZ25.7135.9833.19-
YUV149.06126.8389.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.67%
GREEN value IS 177 (69.53% from 255) = 42.24%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=22.67%
G=42.24%
B=35.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771470.4600.170.31158.0534.4553.33
Hex5FB1932E0111F9e2235
Octal13726122356021372364265
Binary101111110110001100100111011100100011111110011110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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