#5FB190

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

Shades of Keppel #5FB190

Tints of Keppel #5FB190

Color information

#5FB190 (or 0x5FB190) is unknown color: approx Keppel. HEX triplet: 5F, B1 and 90. RGB value is (95,177,144). Sum of RGB (Red+Green+Blue) = 95+177+144=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB190 is #A04E6F. Grayscale: #949494. Windows color (decimal): -10505840 or 9482591. OLE color: 9482591.

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

Color convert

RGB95177144-
CMYK0.4600.190.31
HSL155.85º34.45%53.33%-
HSV(B)155.85º46.33%69.41%-
XYZ25.4835.8931.97-
YUV148.72125.3389.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.84%
GREEN value IS 177 (69.53% from 255) = 42.55%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=22.84%
G=42.55%
B=34.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771440.4600.190.31155.8534.4553.33
Hex5FB1902E0131F9c2235
Octal13726122056023372344265
Binary101111110110001100100001011100100111111110011100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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