Html Css Color HEX #50B58E Keppel

📋 copy color: '#50B58E'

red 80 ◦ green 181 ◦ blue 142

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

Shades of Keppel #50B58E

Tints of Keppel #50B58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 19.85%
G = 44.91%
B = 35.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#50B58E (or 0x50B58E) is known color: Keppel. HEX triplet: 50, B5 and 8E. RGB value is (80,181,142). Sum of RGB (Red+Green+Blue) = 80+181+142=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #50B58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B58E is #AF4A71. Grayscale: #929292. Windows color (decimal): -11487858 or 9352528. OLE color: 9352528.

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

Color convert

RGB 80 181 142 -
CMYK 0.56 0 0.22 0.29
HSL 156.83º 0.41% 0.51% -
HSV(B) 156.83º 0.56% 0.71% -
XYZ 24.71 36.71 31.37 -
YUV 146.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 80 181 142 0.56 0 0.22 0.29 156.83 0.41 0.51
Hex 50 B5 8E 38 0 16 1D 9D 29 33
Octal 120 265 216 70 0 26 35 235 51 63
Binary 1010000 10110101 10001110 111000 0 10110 11101 10011101 101001 110011

Color Harmonies of #50B58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B58E

Black with #50B58E

Text Example


Text Example

White with #50B58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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