Html Css Color HEX #50BC8F Keppel

📋 copy color: '#50BC8F'

red 80 ◦ green 188 ◦ blue 143

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

Shades of Keppel #50BC8F

Tints of Keppel #50BC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 19.46%
G = 45.74%
B = 34.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#50BC8F (or 0x50BC8F) is known color: Keppel. HEX triplet: 50, BC and 8F. RGB value is (80,188,143). Sum of RGB (Red+Green+Blue) = 80+188+143=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC8F is #AF4370. Grayscale: #969696. Windows color (decimal): -11486065 or 9419856. OLE color: 9419856.

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

Color convert

RGB 80 188 143 -
CMYK 0.57 0 0.24 0.26
HSL 155º 0.45% 0.53% -
HSV(B) 155º 0.57% 0.74% -
XYZ 26.25 39.66 32.26 -
YUV 150.58 123.72 77.66 -
System Red Green Blue C M Y K H S L
Decimal 80 188 143 0.57 0 0.24 0.26 155 0.45 0.53
Hex 50 BC 8F 39 0 18 1A 9B 2D 35
Octal 120 274 217 71 0 30 32 233 55 65
Binary 1010000 10111100 10001111 111001 0 11000 11010 10011011 101101 110101

Color Harmonies of #50BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC8F

Black with #50BC8F

Text Example


Text Example

White with #50BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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