Html Css Color HEX #50B397 Keppel

📋 copy color: '#50B397'

red 80 ◦ green 179 ◦ blue 151

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

Shades of Keppel #50B397

Tints of Keppel #50B397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.66%

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 19.51%
G = 43.66%
B = 36.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#50B397 (or 0x50B397) is known color: Keppel. HEX triplet: 50, B3 and 97. RGB value is (80,179,151). Sum of RGB (Red+Green+Blue) = 80+179+151=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 179 - color contains mainly: green. Hex color #50B397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B397 is #AF4C68. Grayscale: #929292. Windows color (decimal): -11488361 or 9941840. OLE color: 9941840.

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

Color convert

RGB 80 179 151 -
CMYK 0.55 0 0.16 0.30
HSL 163.03º 0.39% 0.51% -
HSV(B) 163.03º 0.55% 0.7% -
XYZ 25.01 36.18 34.94 -
YUV 146.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 80 179 151 0.55 0 0.16 0.30 163.03 0.39 0.51
Hex 50 B3 97 37 0 10 1E A3 27 33
Octal 120 263 227 67 0 20 36 243 47 63
Binary 1010000 10110011 10010111 110111 0 10000 11110 10100011 100111 110011

Color Harmonies of #50B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B397

Black with #50B397

Text Example


Text Example

White with #50B397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,179,151); }

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

background-color css

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

 a { background-color: rgb(80,179,151); }

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

border-color css

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

 span { border-color: rgb(80,179,151); }

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