Html Css Color HEX #50BB90 Keppel

📋 copy color: '#50BB90'

red 80 ◦ green 187 ◦ blue 144

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

Shades of Keppel #50BB90

Tints of Keppel #50BB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 19.46%
G = 45.5%
B = 35.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#50BB90 (or 0x50BB90) is known color: Keppel. HEX triplet: 50, BB and 90. RGB value is (80,187,144). Sum of RGB (Red+Green+Blue) = 80+187+144=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB90 is #AF446F. Grayscale: #969696. Windows color (decimal): -11486320 or 9485136. OLE color: 9485136.

HSL color Cylindrical-coordinate representation of color #50BB90: hue angle of 155.89º 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 #50BB90 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 144 -
CMYK 0.57 0 0.23 0.27
HSL 155.89º 0.44% 0.52% -
HSV(B) 155.89º 0.57% 0.73% -
XYZ 26.11 39.26 32.59 -
YUV 150.11 124.55 78 -
System Red Green Blue C M Y K H S L
Decimal 80 187 144 0.57 0 0.23 0.27 155.89 0.44 0.52
Hex 50 BB 90 39 0 17 1B 9C 2C 34
Octal 120 273 220 71 0 27 33 234 54 64
Binary 1010000 10111011 10010000 111001 0 10111 11011 10011100 101100 110100

Color Harmonies of #50BB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB90

Black with #50BB90

Text Example


Text Example

White with #50BB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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