#50BF94

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

Shades of Keppel #50BF94

Tints of Keppel #50BF94

Color information

#50BF94 (or 0x50BF94) is unknown color: approx Keppel. HEX triplet: 50, BF and 94. RGB value is (80,191,148). Sum of RGB (Red+Green+Blue) = 80+191+148=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BF94 is #AF406B. Grayscale: #989898. Windows color (decimal): -11485292 or 9748304. OLE color: 9748304.

HSL color Cylindrical-coordinate representation of color #50BF94: hue angle of 156.76º degrees, saturation: 0.46, 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 #50BF94 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB80191148-
CMYK0.5800.230.25
HSL156.76º46.44%53.14%-
HSV(B)156.76º58.12%74.9%-
XYZ27.2841.1134.51-
YUV152.91125.2376-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.09%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=19.09%
G=45.58%
B=35.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801911480.5800.230.25156.7646.4453.14
Hex50BF943A017199d2e35
Octal12027722472027312355665
Binary101000010111111100101001110100101111100110011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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