Html Css Color HEX #50B294 Keppel

📋 copy color: '#50B294'

red 80 ◦ green 178 ◦ blue 148

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

Shades of Keppel #50B294

Tints of Keppel #50B294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.84%

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 19.7%
G = 43.84%
B = 36.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#50B294 (or 0x50B294) is known color: Keppel. HEX triplet: 50, B2 and 94. RGB value is (80,178,148). Sum of RGB (Red+Green+Blue) = 80+178+148=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #50B294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B294 is #AF4D6B. Grayscale: #919191. Windows color (decimal): -11488620 or 9744976. OLE color: 9744976.

HSL color Cylindrical-coordinate representation of color #50B294: hue angle of 161.63º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B294 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 148 -
CMYK 0.55 0 0.17 0.30
HSL 161.63º 0.39% 0.51% -
HSV(B) 161.63º 0.55% 0.7% -
XYZ 24.57 35.68 33.61 -
YUV 145.28 129.53 81.44 -
System Red Green Blue C M Y K H S L
Decimal 80 178 148 0.55 0 0.17 0.30 161.63 0.39 0.51
Hex 50 B2 94 37 0 11 1E A2 27 33
Octal 120 262 224 67 0 21 36 242 47 63
Binary 1010000 10110010 10010100 110111 0 10001 11110 10100010 100111 110011

Color Harmonies of #50B294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B294

Black with #50B294

Text Example


Text Example

White with #50B294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,148); }

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

background-color css

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

 a { background-color: rgb(80,178,148); }

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

border-color css

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

 span { border-color: rgb(80,178,148); }

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