Html Css Color HEX #50B192 Keppel

📋 copy color: '#50B192'

red 80 ◦ green 177 ◦ blue 146

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

Shades of Keppel #50B192

Tints of Keppel #50B192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 19.85%
G = 43.92%
B = 36.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#50B192 (or 0x50B192) is known color: Keppel. HEX triplet: 50, B1 and 92. RGB value is (80,177,146). Sum of RGB (Red+Green+Blue) = 80+177+146=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #50B192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B192 is #AF4E6D. Grayscale: #909090. Windows color (decimal): -11488878 or 9613648. OLE color: 9613648.

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

Color convert

RGB 80 177 146 -
CMYK 0.55 0 0.18 0.31
HSL 160.82º 0.38% 0.5% -
HSV(B) 160.82º 0.55% 0.69% -
XYZ 24.22 35.23 32.72 -
YUV 144.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 80 177 146 0.55 0 0.18 0.31 160.82 0.38 0.5
Hex 50 B1 92 37 0 12 1F A1 26 32
Octal 120 261 222 67 0 22 37 241 46 62
Binary 1010000 10110001 10010010 110111 0 10010 11111 10100001 100110 110010

Color Harmonies of #50B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B192

Black with #50B192

Text Example


Text Example

White with #50B192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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