#50BD94

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

Shades of Keppel #50BD94

Tints of Keppel #50BD94

Color information

#50BD94 (or 0x50BD94) is unknown color: approx Keppel. HEX triplet: 50, BD and 94. RGB value is (80,189,148). Sum of RGB (Red+Green+Blue) = 80+189+148=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BD94 is #AF426B. Grayscale: #979797. Windows color (decimal): -11485804 or 9747792. OLE color: 9747792.

HSL color Cylindrical-coordinate representation of color #50BD94: hue angle of 157.43º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BD94 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB80189148-
CMYK0.5800.220.26
HSL157.43º45.23%52.75%-
HSV(B)157.43º57.67%74.12%-
XYZ26.8540.2434.37-
YUV151.74125.8976.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 189 (74.22% from 255) = 45.32%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=19.18%
G=45.32%
B=35.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801891480.5800.220.26157.4345.2352.75
Hex50BD943A0161A9d2d35
Octal12027522472026322355565
Binary101000010111101100101001110100101101101010011101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,189,148); }

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

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

 a { background-color: rgb(80,189,148); }

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

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

 span { border-color: rgb(80,189,148); }

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