#50C090

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

Shades of Keppel #50C090

Tints of Keppel #50C090

Color information

#50C090 (or 0x50C090) is unknown color: approx Keppel. HEX triplet: 50, C0 and 90. RGB value is (80,192,144). Sum of RGB (Red+Green+Blue) = 80+192+144=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #50C090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C090 is #AF3F6F. Grayscale: #999999. Windows color (decimal): -11485040 or 9486416. OLE color: 9486416.

HSL color Cylindrical-coordinate representation of color #50C090: hue angle of 154.29º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C090 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB80192144-
CMYK0.5800.250.25
HSL154.29º47.06%53.33%-
HSV(B)154.29º58.33%75.29%-
XYZ27.1941.4232.95-
YUV153.04122.8975.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.23%
GREEN value IS 192 (75.39% from 255) = 46.15%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=19.23%
G=46.15%
B=34.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801921440.5800.250.25154.2947.0653.33
Hex50C0903A019199a2f35
Octal12030022072031312325765
Binary101000011000000100100001110100110011100110011010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,192,144); }

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

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

 a { background-color: rgb(80,192,144); }

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

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

 span { border-color: rgb(80,192,144); }

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