Html Css Color HEX #50B490 Keppel

📋 copy color: '#50B490'

red 80 ◦ green 180 ◦ blue 144

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

Shades of Keppel #50B490

Tints of Keppel #50B490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.55%

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 19.8%
G = 44.55%
B = 35.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#50B490 (or 0x50B490) is known color: Keppel. HEX triplet: 50, B4 and 90. RGB value is (80,180,144). Sum of RGB (Red+Green+Blue) = 80+180+144=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #50B490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B490 is #AF4B6F. Grayscale: #929292. Windows color (decimal): -11488112 or 9483344. OLE color: 9483344.

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

Color convert

RGB 80 180 144 -
CMYK 0.56 0 0.2 0.29
HSL 158.4º 0.4% 0.51% -
HSV(B) 158.4º 0.56% 0.71% -
XYZ 24.66 36.36 32.1 -
YUV 146 126.87 80.93 -
System Red Green Blue C M Y K H S L
Decimal 80 180 144 0.56 0 0.2 0.29 158.4 0.4 0.51
Hex 50 B4 90 38 0 14 1D 9E 28 33
Octal 120 264 220 70 0 24 35 236 50 63
Binary 1010000 10110100 10010000 111000 0 10100 11101 10011110 101000 110011

Color Harmonies of #50B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B490

Black with #50B490

Text Example


Text Example

White with #50B490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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