Html Css Color HEX #50BA90 Keppel

📋 copy color: '#50BA90'

red 80 ◦ green 186 ◦ blue 144

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

Shades of Keppel #50BA90

Tints of Keppel #50BA90

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.37%

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

R = 19.51%
G = 45.37%
B = 35.12%

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

#50BA90 (or 0x50BA90) is known color: Keppel. HEX triplet: 50, BA and 90. RGB value is (80,186,144). Sum of RGB (Red+Green+Blue) = 80+186+144=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA90 is #AF456F. Grayscale: #959595. Windows color (decimal): -11486576 or 9484880. OLE color: 9484880.

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

Color convert

RGB 80 186 144 -
CMYK 0.57 0 0.23 0.27
HSL 156.23º 0.43% 0.52% -
HSV(B) 156.23º 0.57% 0.73% -
XYZ 25.9 38.84 32.52 -
YUV 149.52 124.88 78.42 -
System Red Green Blue C M Y K H S L
Decimal 80 186 144 0.57 0 0.23 0.27 156.23 0.43 0.52
Hex 50 BA 90 39 0 17 1B 9C 2B 34
Octal 120 272 220 71 0 27 33 234 53 64
Binary 1010000 10111010 10010000 111001 0 10111 11011 10011100 101011 110100

Color Harmonies of #50BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA90

Black with #50BA90

Text Example


Text Example

White with #50BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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