Html Css Color HEX #50BB96 Keppel

📋 copy color: '#50BB96'

red 80 ◦ green 187 ◦ blue 150

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

Shades of Keppel #50BB96

Tints of Keppel #50BB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.84%

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 19.18%
G = 44.84%
B = 35.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#50BB96 (or 0x50BB96) is known color: Keppel. HEX triplet: 50, BB and 96. RGB value is (80,187,150). Sum of RGB (Red+Green+Blue) = 80+187+150=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB96 is #AF4469. Grayscale: #969696. Windows color (decimal): -11486314 or 9878352. OLE color: 9878352.

HSL color Cylindrical-coordinate representation of color #50BB96: hue angle of 159.25º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB96 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 150 -
CMYK 0.57 0 0.20 0.27
HSL 159.25º 0.44% 0.52% -
HSV(B) 159.25º 0.57% 0.73% -
XYZ 26.58 39.45 35.07 -
YUV 150.79 127.55 77.51 -
System Red Green Blue C M Y K H S L
Decimal 80 187 150 0.57 0 0.20 0.27 159.25 0.44 0.52
Hex 50 BB 96 39 0 14 1B 9F 2C 34
Octal 120 273 226 71 0 24 33 237 54 64
Binary 1010000 10111011 10010110 111001 0 10100 11011 10011111 101100 110100

Color Harmonies of #50BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB96

Black with #50BB96

Text Example


Text Example

White with #50BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,187,150); }

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

background-color css

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

 a { background-color: rgb(80,187,150); }

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

border-color css

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

 span { border-color: rgb(80,187,150); }

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