#50B095

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

Shades of Keppel #50B095

Tints of Keppel #50B095

Color information

#50B095 (or 0x50B095) is unknown color: approx Keppel. HEX triplet: 50, B0 and 95. RGB value is (80,176,149). Sum of RGB (Red+Green+Blue) = 80+176+149=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #50B095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B095 is #AF4F6A. Grayscale: #909090. Windows color (decimal): -11489131 or 9810000. OLE color: 9810000.

HSL color Cylindrical-coordinate representation of color #50B095: hue angle of 163.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B095 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB80176149-
CMYK0.5500.150.31
HSL163.12º37.8%50.2%-
HSV(B)163.12º54.55%69.02%-
XYZ24.2634.9333.9-
YUV144.22130.782.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 176 (69.14% from 255) = 43.46%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=19.75%
G=43.46%
B=36.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801761490.5500.150.31163.1237.850.2
Hex50B095370F1Fa32632
Octal12026022567017372434662
Binary10100001011000010010101110111011111111110100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50B095; }

 p { color: rgb(80,176,149); }

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

<style>
 a { background-color: #50B095; }

 a { background-color: rgb(80,176,149); }

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

<style>
 span { border-color: #50B095; }

 span { border-color: rgb(80,176,149); }

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