#5BB18F

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

Shades of Keppel #5BB18F

Tints of Keppel #5BB18F

Color information

#5BB18F (or 0x5BB18F) is unknown color: approx Keppel. HEX triplet: 5B, B1 and 8F. RGB value is (91,177,143). Sum of RGB (Red+Green+Blue) = 91+177+143=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB18F is #A44E70. Grayscale: #939393. Windows color (decimal): -10767985 or 9417051. OLE color: 9417051.

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

Color convert

RGB91177143-
CMYK0.4900.190.31
HSL156.28º35.54%52.55%-
HSV(B)156.28º48.59%69.41%-
XYZ24.9935.6531.55-
YUV147.41125.5187.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.14%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=22.14%
G=43.07%
B=34.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911771430.4900.190.31156.2835.5452.55
Hex5BB18F310131F9c2435
Octal13326121761023372344465
Binary101101110110001100011111100010100111111110011100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,177,143); }

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

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

 a { background-color: rgb(91,177,143); }

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

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

 span { border-color: rgb(91,177,143); }

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