Html Css Color HEX #50BD8F Keppel

📋 copy color: '#50BD8F'

red 80 ◦ green 189 ◦ blue 143

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

Shades of Keppel #50BD8F

Tints of Keppel #50BD8F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.87%

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

R = 19.42%
G = 45.87%
B = 34.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#50BD8F (or 0x50BD8F) is known color: Keppel. HEX triplet: 50, BD and 8F. RGB value is (80,189,143). Sum of RGB (Red+Green+Blue) = 80+189+143=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BD8F is #AF4270. Grayscale: #979797. Windows color (decimal): -11485809 or 9420112. OLE color: 9420112.

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

Color convert

RGB 80 189 143 -
CMYK 0.58 0 0.24 0.26
HSL 154.68º 0.45% 0.53% -
HSV(B) 154.68º 0.58% 0.74% -
XYZ 26.46 40.08 32.33 -
YUV 151.17 123.39 77.24 -
System Red Green Blue C M Y K H S L
Decimal 80 189 143 0.58 0 0.24 0.26 154.68 0.45 0.53
Hex 50 BD 8F 3A 0 18 1A 9B 2D 35
Octal 120 275 217 72 0 30 32 233 55 65
Binary 1010000 10111101 10001111 111010 0 11000 11010 10011011 101101 110101

Color Harmonies of #50BD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD8F

Black with #50BD8F

Text Example


Text Example

White with #50BD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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