#5BC19E

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

Shades of Keppel #5BC19E

Tints of Keppel #5BC19E

Color information

#5BC19E (or 0x5BC19E) is unknown color: approx Keppel. HEX triplet: 5B, C1 and 9E. RGB value is (91,193,158). Sum of RGB (Red+Green+Blue) = 91+193+158=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC19E is #A43E61. Grayscale: #9E9E9E. Windows color (decimal): -10763874 or 10404187. OLE color: 10404187.

HSL color Cylindrical-coordinate representation of color #5BC19E: hue angle of 159.41º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC19E is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB91193158-
CMYK0.5300.180.24
HSL159.41º45.13%55.69%-
HSV(B)159.41º52.85%75.69%-
XYZ29.5642.8339.06-
YUV158.51127.7179.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.59%
GREEN value IS 193 (75.78% from 255) = 43.67%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=20.59%
G=43.67%
B=35.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal911931580.5300.180.24159.4145.1355.69
Hex5BC19E35012189f2d38
Octal13330123665022302375570
Binary101101111000001100111101101010100101100010011111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,193,158); }

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

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

 a { background-color: rgb(91,193,158); }

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

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

 span { border-color: rgb(91,193,158); }

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