#50B38B

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

Shades of Keppel #50B38B

Tints of Keppel #50B38B

Color information

#50B38B (or 0x50B38B) is unknown color: approx Keppel. HEX triplet: 50, B3 and 8B. RGB value is (80,179,139). Sum of RGB (Red+Green+Blue) = 80+179+139=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #50B38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B38B is #AF4C74. Grayscale: #909090. Windows color (decimal): -11488373 or 9155408. OLE color: 9155408.

HSL color Cylindrical-coordinate representation of color #50B38B: hue angle of 155.76º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B38B is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB80179139-
CMYK0.5500.220.30
HSL155.76º39.44%50.78%-
HSV(B)155.76º55.31%70.2%-
XYZ24.0935.8130.07-
YUV144.84124.781.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.10%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=20.10%
G=44.97%
B=34.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801791390.5500.220.30155.7639.4450.78
Hex50B38B370161E9c2733
Octal12026321367026362344763
Binary101000010110011100010111101110101101111010011100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,179,139); }

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

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

 a { background-color: rgb(80,179,139); }

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

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

 span { border-color: rgb(80,179,139); }

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