Html Css Color HEX #50BC90 Keppel

📋 copy color: '#50BC90'

red 80 ◦ green 188 ◦ blue 144

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

Shades of Keppel #50BC90

Tints of Keppel #50BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.63%

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

R = 19.42%
G = 45.63%
B = 34.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#50BC90 (or 0x50BC90) is known color: Keppel. HEX triplet: 50, BC and 90. RGB value is (80,188,144). Sum of RGB (Red+Green+Blue) = 80+188+144=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC90 is #AF436F. Grayscale: #969696. Windows color (decimal): -11486064 or 9485392. OLE color: 9485392.

HSL color Cylindrical-coordinate representation of color #50BC90: hue angle of 155.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC90 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 144 -
CMYK 0.57 0 0.23 0.26
HSL 155.56º 0.45% 0.53% -
HSV(B) 155.56º 0.57% 0.74% -
XYZ 26.33 39.69 32.66 -
YUV 150.69 124.22 77.58 -
System Red Green Blue C M Y K H S L
Decimal 80 188 144 0.57 0 0.23 0.26 155.56 0.45 0.53
Hex 50 BC 90 39 0 17 1A 9C 2D 35
Octal 120 274 220 71 0 27 32 234 55 65
Binary 1010000 10111100 10010000 111001 0 10111 11010 10011100 101101 110101

Color Harmonies of #50BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC90

Black with #50BC90

Text Example


Text Example

White with #50BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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