Html Css Color HEX #50B591 Keppel

📋 copy color: '#50B591'

red 80 ◦ green 181 ◦ blue 145

#50B591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #50B591

Tints of Keppel #50B591

RGB

 RED value IS 80 (31.64% from 255) = 19.7%

 GREEN value IS 181 (71.09% from 255) = 44.58%

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 19.7%
G = 44.58%
B = 35.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#50B591 (or 0x50B591) is known color: Keppel. HEX triplet: 50, B5 and 91. RGB value is (80,181,145). Sum of RGB (Red+Green+Blue) = 80+181+145=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #50B591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B591 is #AF4A6E. Grayscale: #929292. Windows color (decimal): -11487855 or 9549136. OLE color: 9549136.

HSL color Cylindrical-coordinate representation of color #50B591: hue angle of 158.61º degrees, saturation: 0.41, 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 #50B591 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 145 -
CMYK 0.56 0 0.20 0.29
HSL 158.61º 0.41% 0.51% -
HSV(B) 158.61º 0.56% 0.71% -
XYZ 24.94 36.8 32.58 -
YUV 146.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 80 181 145 0.56 0 0.20 0.29 158.61 0.41 0.51
Hex 50 B5 91 38 0 14 1D 9F 29 33
Octal 120 265 221 70 0 24 35 237 51 63
Binary 1010000 10110101 10010001 111000 0 10100 11101 10011111 101001 110011

Color Harmonies of #50B591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B591

Black with #50B591

Text Example


Text Example

White with #50B591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,181,145); }

 H1.HeaderClassName
 {
   color: #50B591;
 }
 .AnyTagClassName
 {
   color: #50B591;
 }
</style>

background-color css

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

 a { background-color: rgb(80,181,145); }

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

border-color css

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

 span { border-color: rgb(80,181,145); }

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