Html Css Color HEX #50AD8C Keppel

📋 copy color: '#50AD8C'

red 80 ◦ green 173 ◦ blue 140

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

Shades of Keppel #50AD8C

Tints of Keppel #50AD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.02%

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 20.36%
G = 44.02%
B = 35.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#50AD8C (or 0x50AD8C) is known color: Keppel. HEX triplet: 50, AD and 8C. RGB value is (80,173,140). Sum of RGB (Red+Green+Blue) = 80+173+140=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD8C is #AF5273. Grayscale: #8D8D8D. Windows color (decimal): -11489908 or 9219408. OLE color: 9219408.

HSL color Cylindrical-coordinate representation of color #50AD8C: hue angle of 158.71º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD8C is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 173 140 -
CMYK 0.54 0 0.19 0.32
HSL 158.71º 0.37% 0.5% -
HSV(B) 158.71º 0.54% 0.68% -
XYZ 22.99 33.49 30.06 -
YUV 141.43 127.19 84.18 -
System Red Green Blue C M Y K H S L
Decimal 80 173 140 0.54 0 0.19 0.32 158.71 0.37 0.5
Hex 50 AD 8C 36 0 13 20 9F 25 32
Octal 120 255 214 66 0 23 40 237 45 62
Binary 1010000 10101101 10001100 110110 0 10011 100000 10011111 100101 110010

Color Harmonies of #50AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD8C

Black with #50AD8C

Text Example


Text Example

White with #50AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,173,140); }

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

background-color css

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

 a { background-color: rgb(80,173,140); }

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

border-color css

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

 span { border-color: rgb(80,173,140); }

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