#50B48D

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

Shades of Keppel #50B48D

Tints of Keppel #50B48D

Color information

#50B48D (or 0x50B48D) is unknown color: approx Keppel. HEX triplet: 50, B4 and 8D. RGB value is (80,180,141). Sum of RGB (Red+Green+Blue) = 80+180+141=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #50B48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B48D is #AF4B72. Grayscale: #919191. Windows color (decimal): -11488115 or 9286736. OLE color: 9286736.

HSL color Cylindrical-coordinate representation of color #50B48D: hue angle of 156.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B48D is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB80180141-
CMYK0.5600.220.29
HSL156.6º40%50.98%-
HSV(B)156.6º55.56%70.59%-
XYZ24.4436.2730.91-
YUV145.65125.3781.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.95%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=19.95%
G=44.89%
B=35.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801801410.5600.220.29156.64050.98
Hex50B48D380161D9d2833
Octal12026421570026352355063
Binary101000010110100100011011110000101101110110011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,141); }

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

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

 a { background-color: rgb(80,180,141); }

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

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

 span { border-color: rgb(80,180,141); }

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