Html Css Color HEX #50B493 Keppel

📋 copy color: '#50B493'

red 80 ◦ green 180 ◦ blue 147

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

Shades of Keppel #50B493

Tints of Keppel #50B493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 19.66%
G = 44.23%
B = 36.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#50B493 (or 0x50B493) is known color: Keppel. HEX triplet: 50, B4 and 93. RGB value is (80,180,147). Sum of RGB (Red+Green+Blue) = 80+180+147=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #50B493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B493 is #AF4B6C. Grayscale: #929292. Windows color (decimal): -11488109 or 9679952. OLE color: 9679952.

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

Color convert

RGB 80 180 147 -
CMYK 0.56 0 0.18 0.29
HSL 160.2º 0.4% 0.51% -
HSV(B) 160.2º 0.56% 0.71% -
XYZ 24.9 36.45 33.33 -
YUV 146.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 80 180 147 0.56 0 0.18 0.29 160.2 0.4 0.51
Hex 50 B4 93 38 0 12 1D A0 28 33
Octal 120 264 223 70 0 22 35 240 50 63
Binary 1010000 10110100 10010011 111000 0 10010 11101 10100000 101000 110011

Color Harmonies of #50B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B493

Black with #50B493

Text Example


Text Example

White with #50B493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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