Html Css Color HEX #50B18C Keppel

📋 copy color: '#50B18C'

red 80 ◦ green 177 ◦ blue 140

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

Shades of Keppel #50B18C

Tints of Keppel #50B18C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.58%

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 20.15%
G = 44.58%
B = 35.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#50B18C (or 0x50B18C) is known color: Keppel. HEX triplet: 50, B1 and 8C. RGB value is (80,177,140). Sum of RGB (Red+Green+Blue) = 80+177+140=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #50B18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B18C is #AF4E73. Grayscale: #8F8F8F. Windows color (decimal): -11488884 or 9220432. OLE color: 9220432.

HSL color Cylindrical-coordinate representation of color #50B18C: hue angle of 157.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B18C is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 177 140 -
CMYK 0.55 0 0.21 0.31
HSL 157.11º 0.38% 0.5% -
HSV(B) 157.11º 0.55% 0.69% -
XYZ 23.76 35.04 30.32 -
YUV 143.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 80 177 140 0.55 0 0.21 0.31 157.11 0.38 0.5
Hex 50 B1 8C 37 0 15 1F 9D 26 32
Octal 120 261 214 67 0 25 37 235 46 62
Binary 1010000 10110001 10001100 110111 0 10101 11111 10011101 100110 110010

Color Harmonies of #50B18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B18C

Black with #50B18C

Text Example


Text Example

White with #50B18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,177,140); }

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

background-color css

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

 a { background-color: rgb(80,177,140); }

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

border-color css

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

 span { border-color: rgb(80,177,140); }

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